RIcompilato installer con ridefinizione di SpecParticolare aggiungendo dati clietne e descr Particolare
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@303 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -873,7 +873,6 @@ namespace GMW_WS
|
||||
return answ;
|
||||
}
|
||||
|
||||
|
||||
#region area rettifiche e scarti
|
||||
|
||||
/// <summary>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -345,7 +345,7 @@
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:GMW_WS"
|
||||
"ProductCode" = "8:{F532F1C4-AAED-48FB-AC7C-AC086DFD52DD}"
|
||||
"PackageCode" = "8:{F2185411-CC69-4F2E-84C3-E800BCF01D1C}"
|
||||
"PackageCode" = "8:{FF9145E8-FDE7-44AD-A4E7-91E88D6CC510}"
|
||||
"UpgradeCode" = "8:{BA470335-3D4B-4C20-8152-90A5F0F14FE0}"
|
||||
"RestartWWWService" = "11:TRUE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
|
||||
Binary file not shown.
Generated
+123
-3
@@ -6648,8 +6648,14 @@ namespace GMW_data {
|
||||
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
||||
public partial class v_specParticolariDataTable : global::System.Data.TypedTableBase<v_specParticolariRow> {
|
||||
|
||||
private global::System.Data.DataColumn columnCodCliente;
|
||||
|
||||
private global::System.Data.DataColumn columnRagSociale;
|
||||
|
||||
private global::System.Data.DataColumn columnParticolare;
|
||||
|
||||
private global::System.Data.DataColumn columnDescParticolare;
|
||||
|
||||
private global::System.Data.DataColumn columnDisegnoGrezzo;
|
||||
|
||||
private global::System.Data.DataColumn columnEsponente;
|
||||
@@ -6688,6 +6694,20 @@ namespace GMW_data {
|
||||
this.InitVars();
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Data.DataColumn CodClienteColumn {
|
||||
get {
|
||||
return this.columnCodCliente;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Data.DataColumn RagSocialeColumn {
|
||||
get {
|
||||
return this.columnRagSociale;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Data.DataColumn ParticolareColumn {
|
||||
get {
|
||||
@@ -6695,6 +6715,13 @@ namespace GMW_data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Data.DataColumn DescParticolareColumn {
|
||||
get {
|
||||
return this.columnDescParticolare;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Data.DataColumn DisegnoGrezzoColumn {
|
||||
get {
|
||||
@@ -6752,10 +6779,13 @@ namespace GMW_data {
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public v_specParticolariRow Addv_specParticolariRow(string Particolare, string DisegnoGrezzo, string Esponente, string CodStampo, string Figura) {
|
||||
public v_specParticolariRow Addv_specParticolariRow(string CodCliente, string RagSociale, string Particolare, string DescParticolare, string DisegnoGrezzo, string Esponente, string CodStampo, string Figura) {
|
||||
v_specParticolariRow rowv_specParticolariRow = ((v_specParticolariRow)(this.NewRow()));
|
||||
object[] columnValuesArray = new object[] {
|
||||
CodCliente,
|
||||
RagSociale,
|
||||
Particolare,
|
||||
DescParticolare,
|
||||
DisegnoGrezzo,
|
||||
Esponente,
|
||||
CodStampo,
|
||||
@@ -6779,7 +6809,10 @@ namespace GMW_data {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
internal void InitVars() {
|
||||
this.columnCodCliente = base.Columns["CodCliente"];
|
||||
this.columnRagSociale = base.Columns["RagSociale"];
|
||||
this.columnParticolare = base.Columns["Particolare"];
|
||||
this.columnDescParticolare = base.Columns["DescParticolare"];
|
||||
this.columnDisegnoGrezzo = base.Columns["DisegnoGrezzo"];
|
||||
this.columnEsponente = base.Columns["Esponente"];
|
||||
this.columnCodStampo = base.Columns["CodStampo"];
|
||||
@@ -6788,8 +6821,14 @@ namespace GMW_data {
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
private void InitClass() {
|
||||
this.columnCodCliente = new global::System.Data.DataColumn("CodCliente", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnCodCliente);
|
||||
this.columnRagSociale = new global::System.Data.DataColumn("RagSociale", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnRagSociale);
|
||||
this.columnParticolare = new global::System.Data.DataColumn("Particolare", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnParticolare);
|
||||
this.columnDescParticolare = new global::System.Data.DataColumn("DescParticolare", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnDescParticolare);
|
||||
this.columnDisegnoGrezzo = new global::System.Data.DataColumn("DisegnoGrezzo", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnDisegnoGrezzo);
|
||||
this.columnEsponente = new global::System.Data.DataColumn("Esponente", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
@@ -6798,7 +6837,10 @@ namespace GMW_data {
|
||||
base.Columns.Add(this.columnCodStampo);
|
||||
this.columnFigura = new global::System.Data.DataColumn("Figura", typeof(string), null, global::System.Data.MappingType.Element);
|
||||
base.Columns.Add(this.columnFigura);
|
||||
this.columnCodCliente.MaxLength = 6;
|
||||
this.columnRagSociale.MaxLength = 35;
|
||||
this.columnParticolare.MaxLength = 15;
|
||||
this.columnDescParticolare.MaxLength = 30;
|
||||
this.columnDisegnoGrezzo.MaxLength = 30;
|
||||
this.columnEsponente.MaxLength = 6;
|
||||
this.columnCodStampo.MaxLength = 8;
|
||||
@@ -10087,6 +10129,36 @@ namespace GMW_data {
|
||||
this.tablev_specParticolari = ((v_specParticolariDataTable)(this.Table));
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public string CodCliente {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tablev_specParticolari.CodClienteColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'CodCliente\' in table \'v_specParticolari\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tablev_specParticolari.CodClienteColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public string RagSociale {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tablev_specParticolari.RagSocialeColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'RagSociale\' in table \'v_specParticolari\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tablev_specParticolari.RagSocialeColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public string Particolare {
|
||||
get {
|
||||
@@ -10102,6 +10174,21 @@ namespace GMW_data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public string DescParticolare {
|
||||
get {
|
||||
try {
|
||||
return ((string)(this[this.tablev_specParticolari.DescParticolareColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'v_specParticolari\' is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
this[this.tablev_specParticolari.DescParticolareColumn] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public string DisegnoGrezzo {
|
||||
get {
|
||||
@@ -10162,6 +10249,26 @@ namespace GMW_data {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public bool IsCodClienteNull() {
|
||||
return this.IsNull(this.tablev_specParticolari.CodClienteColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public void SetCodClienteNull() {
|
||||
this[this.tablev_specParticolari.CodClienteColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public bool IsRagSocialeNull() {
|
||||
return this.IsNull(this.tablev_specParticolari.RagSocialeColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public void SetRagSocialeNull() {
|
||||
this[this.tablev_specParticolari.RagSocialeColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public bool IsParticolareNull() {
|
||||
return this.IsNull(this.tablev_specParticolari.ParticolareColumn);
|
||||
@@ -10172,6 +10279,16 @@ namespace GMW_data {
|
||||
this[this.tablev_specParticolari.ParticolareColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public bool IsDescParticolareNull() {
|
||||
return this.IsNull(this.tablev_specParticolari.DescParticolareColumn);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public void SetDescParticolareNull() {
|
||||
this[this.tablev_specParticolari.DescParticolareColumn] = global::System.Convert.DBNull;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public bool IsDisegnoGrezzoNull() {
|
||||
return this.IsNull(this.tablev_specParticolari.DisegnoGrezzoColumn);
|
||||
@@ -18733,7 +18850,10 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
||||
tableMapping.SourceTable = "Table";
|
||||
tableMapping.DataSetTable = "v_specParticolari";
|
||||
tableMapping.ColumnMappings.Add("CodCliente", "CodCliente");
|
||||
tableMapping.ColumnMappings.Add("RagSociale", "RagSociale");
|
||||
tableMapping.ColumnMappings.Add("Particolare", "Particolare");
|
||||
tableMapping.ColumnMappings.Add("DescParticolare", "DescParticolare");
|
||||
tableMapping.ColumnMappings.Add("DisegnoGrezzo", "DisegnoGrezzo");
|
||||
tableMapping.ColumnMappings.Add("Esponente", "Esponente");
|
||||
tableMapping.ColumnMappings.Add("CodStampo", "CodStampo");
|
||||
@@ -18752,8 +18872,8 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2];
|
||||
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[0].Connection = this.Connection;
|
||||
this._commandCollection[0].CommandText = "SELECT Particolare, DisegnoGrezzo, Esponente, CodStampo, Figura FROM dbo.v_specPa" +
|
||||
"rticolari";
|
||||
this._commandCollection[0].CommandText = "SELECT CodCliente, RagSociale, Particolare, DescParticolare, DisegnoGrezzo, Espon" +
|
||||
"ente, CodStampo, Figura FROM dbo.v_specParticolari";
|
||||
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
||||
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[1].Connection = this.Connection;
|
||||
|
||||
+151
-127
@@ -1435,14 +1435,17 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.v_specParticolari" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT Particolare, DisegnoGrezzo, Esponente, CodStampo, Figura FROM dbo.v_specParticolari</CommandText>
|
||||
<CommandText>SELECT CodCliente, RagSociale, Particolare, DescParticolare, DisegnoGrezzo, Esponente, CodStampo, Figura FROM dbo.v_specParticolari</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="CodCliente" DataSetColumn="CodCliente" />
|
||||
<Mapping SourceColumn="RagSociale" DataSetColumn="RagSociale" />
|
||||
<Mapping SourceColumn="Particolare" DataSetColumn="Particolare" />
|
||||
<Mapping SourceColumn="DescParticolare" DataSetColumn="DescParticolare" />
|
||||
<Mapping SourceColumn="DisegnoGrezzo" DataSetColumn="DisegnoGrezzo" />
|
||||
<Mapping SourceColumn="Esponente" DataSetColumn="Esponente" />
|
||||
<Mapping SourceColumn="CodStampo" DataSetColumn="CodStampo" />
|
||||
@@ -1473,8 +1476,8 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagStati" msprop:Generator_UserTableName="AnagStati" msprop:Generator_RowDeletedName="AnagStatiRowDeleted" msprop:Generator_RowChangedName="AnagStatiRowChanged" msprop:Generator_RowClassName="AnagStatiRow" msprop:Generator_RowChangingName="AnagStatiRowChanging" msprop:Generator_RowEvArgName="AnagStatiRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagStatiRowChangeEventHandler" msprop:Generator_TableClassName="AnagStatiDataTable" msprop:Generator_TableVarName="tableAnagStati" msprop:Generator_RowDeletingName="AnagStatiRowDeleting" msprop:Generator_TablePropName="AnagStati">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="IdxStato" msprop:Generator_UserColumnName="IdxStato" msprop:Generator_ColumnVarNameInTable="columnIdxStato" msprop:Generator_ColumnPropNameInRow="IdxStato" msprop:Generator_ColumnPropNameInTable="IdxStatoColumn" type="xs:int" />
|
||||
<xs:element name="DescrStato" msprop:Generator_UserColumnName="DescrStato" msprop:Generator_ColumnVarNameInTable="columnDescrStato" msprop:Generator_ColumnPropNameInRow="DescrStato" msprop:Generator_ColumnPropNameInTable="DescrStatoColumn" minOccurs="0">
|
||||
<xs:element name="IdxStato" msprop:Generator_UserColumnName="IdxStato" msprop:Generator_ColumnPropNameInRow="IdxStato" msprop:Generator_ColumnVarNameInTable="columnIdxStato" msprop:Generator_ColumnPropNameInTable="IdxStatoColumn" type="xs:int" />
|
||||
<xs:element name="DescrStato" msprop:Generator_UserColumnName="DescrStato" msprop:Generator_ColumnPropNameInRow="DescrStato" msprop:Generator_ColumnVarNameInTable="columnDescrStato" msprop:Generator_ColumnPropNameInTable="DescrStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1487,14 +1490,14 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagTipoDichiaraz" msprop:Generator_UserTableName="AnagTipoDichiaraz" msprop:Generator_RowDeletedName="AnagTipoDichiarazRowDeleted" msprop:Generator_RowChangedName="AnagTipoDichiarazRowChanged" msprop:Generator_RowClassName="AnagTipoDichiarazRow" msprop:Generator_RowChangingName="AnagTipoDichiarazRowChanging" msprop:Generator_RowEvArgName="AnagTipoDichiarazRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagTipoDichiarazRowChangeEventHandler" msprop:Generator_TableClassName="AnagTipoDichiarazDataTable" msprop:Generator_TableVarName="tableAnagTipoDichiaraz" msprop:Generator_RowDeletingName="AnagTipoDichiarazRowDeleting" msprop:Generator_TablePropName="AnagTipoDichiaraz">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodTipoDichiaraz" msprop:Generator_UserColumnName="CodTipoDichiaraz" msprop:Generator_ColumnVarNameInTable="columnCodTipoDichiaraz" msprop:Generator_ColumnPropNameInRow="CodTipoDichiaraz" msprop:Generator_ColumnPropNameInTable="CodTipoDichiarazColumn">
|
||||
<xs:element name="CodTipoDichiaraz" msprop:Generator_UserColumnName="CodTipoDichiaraz" msprop:Generator_ColumnPropNameInRow="CodTipoDichiaraz" msprop:Generator_ColumnVarNameInTable="columnCodTipoDichiaraz" msprop:Generator_ColumnPropNameInTable="CodTipoDichiarazColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="1" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescrTipoDichiaraz" msprop:Generator_UserColumnName="DescrTipoDichiaraz" msprop:Generator_ColumnVarNameInTable="columnDescrTipoDichiaraz" msprop:Generator_ColumnPropNameInRow="DescrTipoDichiaraz" msprop:Generator_ColumnPropNameInTable="DescrTipoDichiarazColumn" minOccurs="0">
|
||||
<xs:element name="DescrTipoDichiaraz" msprop:Generator_UserColumnName="DescrTipoDichiaraz" msprop:Generator_ColumnPropNameInRow="DescrTipoDichiaraz" msprop:Generator_ColumnVarNameInTable="columnDescrTipoDichiaraz" msprop:Generator_ColumnPropNameInTable="DescrTipoDichiarazColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1507,14 +1510,14 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagStatiProdotto" msprop:Generator_UserTableName="AnagStatiProdotto" msprop:Generator_RowDeletedName="AnagStatiProdottoRowDeleted" msprop:Generator_RowChangedName="AnagStatiProdottoRowChanged" msprop:Generator_RowClassName="AnagStatiProdottoRow" msprop:Generator_RowChangingName="AnagStatiProdottoRowChanging" msprop:Generator_RowEvArgName="AnagStatiProdottoRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagStatiProdottoRowChangeEventHandler" msprop:Generator_TableClassName="AnagStatiProdottoDataTable" msprop:Generator_TableVarName="tableAnagStatiProdotto" msprop:Generator_RowDeletingName="AnagStatiProdottoRowDeleting" msprop:Generator_TablePropName="AnagStatiProdotto">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn">
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescStato" msprop:Generator_UserColumnName="DescStato" msprop:Generator_ColumnVarNameInTable="columnDescStato" msprop:Generator_ColumnPropNameInRow="DescStato" msprop:Generator_ColumnPropNameInTable="DescStatoColumn" minOccurs="0">
|
||||
<xs:element name="DescStato" msprop:Generator_UserColumnName="DescStato" msprop:Generator_ColumnPropNameInRow="DescStato" msprop:Generator_ColumnVarNameInTable="columnDescStato" msprop:Generator_ColumnPropNameInTable="DescStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1527,14 +1530,14 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="RelazUDC" msprop:Generator_UserTableName="RelazUDC" msprop:Generator_RowDeletedName="RelazUDCRowDeleted" msprop:Generator_RowChangedName="RelazUDCRowChanged" msprop:Generator_RowClassName="RelazUDCRow" msprop:Generator_RowChangingName="RelazUDCRowChanging" msprop:Generator_RowEvArgName="RelazUDCRowChangeEvent" msprop:Generator_RowEvHandlerName="RelazUDCRowChangeEventHandler" msprop:Generator_TableClassName="RelazUDCDataTable" msprop:Generator_TableVarName="tableRelazUDC" msprop:Generator_RowDeletingName="RelazUDCRowDeleting" msprop:Generator_TablePropName="RelazUDC">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="UDC_parent" msprop:Generator_UserColumnName="UDC_parent" msprop:Generator_ColumnPropNameInRow="UDC_parent" msprop:Generator_ColumnVarNameInTable="columnUDC_parent" msprop:Generator_ColumnPropNameInTable="UDC_parentColumn">
|
||||
<xs:element name="UDC_parent" msprop:Generator_UserColumnName="UDC_parent" msprop:Generator_ColumnVarNameInTable="columnUDC_parent" msprop:Generator_ColumnPropNameInRow="UDC_parent" msprop:Generator_ColumnPropNameInTable="UDC_parentColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="UDC_child" msprop:Generator_UserColumnName="UDC_child" msprop:Generator_ColumnPropNameInRow="UDC_child" msprop:Generator_ColumnVarNameInTable="columnUDC_child" msprop:Generator_ColumnPropNameInTable="UDC_childColumn">
|
||||
<xs:element name="UDC_child" msprop:Generator_UserColumnName="UDC_child" msprop:Generator_ColumnVarNameInTable="columnUDC_child" msprop:Generator_ColumnPropNameInRow="UDC_child" msprop:Generator_ColumnPropNameInTable="UDC_childColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1547,35 +1550,35 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagImpianti" msprop:Generator_UserTableName="AnagImpianti" msprop:Generator_RowDeletedName="AnagImpiantiRowDeleted" msprop:Generator_RowChangedName="AnagImpiantiRowChanged" msprop:Generator_RowClassName="AnagImpiantiRow" msprop:Generator_RowChangingName="AnagImpiantiRowChanging" msprop:Generator_RowEvArgName="AnagImpiantiRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagImpiantiRowChangeEventHandler" msprop:Generator_TableClassName="AnagImpiantiDataTable" msprop:Generator_TableVarName="tableAnagImpianti" msprop:Generator_RowDeletingName="AnagImpiantiRowDeleting" msprop:Generator_TablePropName="AnagImpianti">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodImpianto" msprop:Generator_UserColumnName="CodImpianto" msprop:Generator_ColumnPropNameInRow="CodImpianto" msprop:Generator_ColumnVarNameInTable="columnCodImpianto" msprop:Generator_ColumnPropNameInTable="CodImpiantoColumn">
|
||||
<xs:element name="CodImpianto" msprop:Generator_UserColumnName="CodImpianto" msprop:Generator_ColumnVarNameInTable="columnCodImpianto" msprop:Generator_ColumnPropNameInRow="CodImpianto" msprop:Generator_ColumnPropNameInTable="CodImpiantoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn">
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescImpianto" msprop:Generator_UserColumnName="DescImpianto" msprop:Generator_ColumnPropNameInRow="DescImpianto" msprop:Generator_ColumnVarNameInTable="columnDescImpianto" msprop:Generator_ColumnPropNameInTable="DescImpiantoColumn" minOccurs="0">
|
||||
<xs:element name="DescImpianto" msprop:Generator_UserColumnName="DescImpianto" msprop:Generator_ColumnVarNameInTable="columnDescImpianto" msprop:Generator_ColumnPropNameInRow="DescImpianto" msprop:Generator_ColumnPropNameInTable="DescImpiantoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Campionatura" msprop:Generator_UserColumnName="Campionatura" msprop:Generator_ColumnPropNameInRow="Campionatura" msprop:Generator_ColumnVarNameInTable="columnCampionatura" msprop:Generator_ColumnPropNameInTable="CampionaturaColumn" minOccurs="0">
|
||||
<xs:element name="Campionatura" msprop:Generator_UserColumnName="Campionatura" msprop:Generator_ColumnVarNameInTable="columnCampionatura" msprop:Generator_ColumnPropNameInRow="Campionatura" msprop:Generator_ColumnPropNameInTable="CampionaturaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="1" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="TipoLinea" msprop:Generator_UserColumnName="TipoLinea" msprop:Generator_ColumnPropNameInRow="TipoLinea" msprop:Generator_ColumnVarNameInTable="columnTipoLinea" msprop:Generator_ColumnPropNameInTable="TipoLineaColumn" minOccurs="0">
|
||||
<xs:element name="TipoLinea" msprop:Generator_UserColumnName="TipoLinea" msprop:Generator_ColumnVarNameInTable="columnTipoLinea" msprop:Generator_ColumnPropNameInRow="TipoLinea" msprop:Generator_ColumnPropNameInTable="TipoLineaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
@@ -1588,35 +1591,35 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagCompanySito" msprop:Generator_UserTableName="AnagCompanySito" msprop:Generator_RowDeletedName="AnagCompanySitoRowDeleted" msprop:Generator_RowChangedName="AnagCompanySitoRowChanged" msprop:Generator_RowClassName="AnagCompanySitoRow" msprop:Generator_RowChangingName="AnagCompanySitoRowChanging" msprop:Generator_RowEvArgName="AnagCompanySitoRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagCompanySitoRowChangeEventHandler" msprop:Generator_TableClassName="AnagCompanySitoDataTable" msprop:Generator_TableVarName="tableAnagCompanySito" msprop:Generator_RowDeletingName="AnagCompanySitoRowDeleting" msprop:Generator_TablePropName="AnagCompanySito">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn">
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCompany" msprop:Generator_UserColumnName="CodCompany" msprop:Generator_ColumnPropNameInRow="CodCompany" msprop:Generator_ColumnVarNameInTable="columnCodCompany" msprop:Generator_ColumnPropNameInTable="CodCompanyColumn" minOccurs="0">
|
||||
<xs:element name="CodCompany" msprop:Generator_UserColumnName="CodCompany" msprop:Generator_ColumnVarNameInTable="columnCodCompany" msprop:Generator_ColumnPropNameInRow="CodCompany" msprop:Generator_ColumnPropNameInTable="CodCompanyColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescCompany" msprop:Generator_UserColumnName="DescCompany" msprop:Generator_ColumnPropNameInRow="DescCompany" msprop:Generator_ColumnVarNameInTable="columnDescCompany" msprop:Generator_ColumnPropNameInTable="DescCompanyColumn" minOccurs="0">
|
||||
<xs:element name="DescCompany" msprop:Generator_UserColumnName="DescCompany" msprop:Generator_ColumnVarNameInTable="columnDescCompany" msprop:Generator_ColumnPropNameInRow="DescCompany" msprop:Generator_ColumnPropNameInTable="DescCompanyColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodSito" msprop:Generator_UserColumnName="CodSito" msprop:Generator_ColumnPropNameInRow="CodSito" msprop:Generator_ColumnVarNameInTable="columnCodSito" msprop:Generator_ColumnPropNameInTable="CodSitoColumn" minOccurs="0">
|
||||
<xs:element name="CodSito" msprop:Generator_UserColumnName="CodSito" msprop:Generator_ColumnVarNameInTable="columnCodSito" msprop:Generator_ColumnPropNameInRow="CodSito" msprop:Generator_ColumnPropNameInTable="CodSitoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescSito" msprop:Generator_UserColumnName="DescSito" msprop:Generator_ColumnPropNameInRow="DescSito" msprop:Generator_ColumnVarNameInTable="columnDescSito" msprop:Generator_ColumnPropNameInTable="DescSitoColumn" minOccurs="0">
|
||||
<xs:element name="DescSito" msprop:Generator_UserColumnName="DescSito" msprop:Generator_ColumnVarNameInTable="columnDescSito" msprop:Generator_ColumnPropNameInRow="DescSito" msprop:Generator_ColumnPropNameInTable="DescSitoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
@@ -1629,21 +1632,21 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagBilance" msprop:Generator_UserTableName="AnagBilance" msprop:Generator_RowDeletedName="AnagBilanceRowDeleted" msprop:Generator_RowChangedName="AnagBilanceRowChanged" msprop:Generator_RowClassName="AnagBilanceRow" msprop:Generator_RowChangingName="AnagBilanceRowChanging" msprop:Generator_RowEvArgName="AnagBilanceRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagBilanceRowChangeEventHandler" msprop:Generator_TableClassName="AnagBilanceDataTable" msprop:Generator_TableVarName="tableAnagBilance" msprop:Generator_RowDeletingName="AnagBilanceRowDeleting" msprop:Generator_TablePropName="AnagBilance">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodBilancia" msprop:Generator_UserColumnName="CodBilancia" msprop:Generator_ColumnVarNameInTable="columnCodBilancia" msprop:Generator_ColumnPropNameInRow="CodBilancia" msprop:Generator_ColumnPropNameInTable="CodBilanciaColumn">
|
||||
<xs:element name="CodBilancia" msprop:Generator_UserColumnName="CodBilancia" msprop:Generator_ColumnPropNameInRow="CodBilancia" msprop:Generator_ColumnVarNameInTable="columnCodBilancia" msprop:Generator_ColumnPropNameInTable="CodBilanciaColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescrImpianto" msprop:Generator_UserColumnName="DescrImpianto" msprop:Generator_ColumnVarNameInTable="columnDescrImpianto" msprop:Generator_ColumnPropNameInRow="DescrImpianto" msprop:Generator_ColumnPropNameInTable="DescrImpiantoColumn" minOccurs="0">
|
||||
<xs:element name="DescrImpianto" msprop:Generator_UserColumnName="DescrImpianto" msprop:Generator_ColumnPropNameInRow="DescrImpianto" msprop:Generator_ColumnVarNameInTable="columnDescrImpianto" msprop:Generator_ColumnPropNameInTable="DescrImpiantoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn" minOccurs="0">
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2" />
|
||||
@@ -1656,93 +1659,93 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="ElencoCartellini" msprop:Generator_UserTableName="ElencoCartellini" msprop:Generator_RowDeletedName="ElencoCartelliniRowDeleted" msprop:Generator_RowChangedName="ElencoCartelliniRowChanged" msprop:Generator_RowClassName="ElencoCartelliniRow" msprop:Generator_RowChangingName="ElencoCartelliniRowChanging" msprop:Generator_RowEvArgName="ElencoCartelliniRowChangeEvent" msprop:Generator_RowEvHandlerName="ElencoCartelliniRowChangeEventHandler" msprop:Generator_TableClassName="ElencoCartelliniDataTable" msprop:Generator_TableVarName="tableElencoCartellini" msprop:Generator_RowDeletingName="ElencoCartelliniRowDeleting" msprop:Generator_TablePropName="ElencoCartellini">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="UDC" msprop:Generator_UserColumnName="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn">
|
||||
<xs:element name="UDC" msprop:Generator_UserColumnName="UDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInTable="UDCColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn" minOccurs="0">
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="RagSociale" msprop:Generator_UserColumnName="RagSociale" msprop:Generator_ColumnVarNameInTable="columnRagSociale" msprop:Generator_ColumnPropNameInRow="RagSociale" msprop:Generator_ColumnPropNameInTable="RagSocialeColumn" minOccurs="0">
|
||||
<xs:element name="RagSociale" msprop:Generator_UserColumnName="RagSociale" msprop:Generator_ColumnPropNameInRow="RagSociale" msprop:Generator_ColumnVarNameInTable="columnRagSociale" msprop:Generator_ColumnPropNameInTable="RagSocialeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Particolare" msprop:Generator_UserColumnName="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" minOccurs="0">
|
||||
<xs:element name="Particolare" msprop:Generator_UserColumnName="Particolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescParticolare" msprop:Generator_UserColumnName="DescParticolare" msprop:Generator_ColumnVarNameInTable="columnDescParticolare" msprop:Generator_ColumnPropNameInRow="DescParticolare" msprop:Generator_ColumnPropNameInTable="DescParticolareColumn" minOccurs="0">
|
||||
<xs:element name="DescParticolare" msprop:Generator_UserColumnName="DescParticolare" msprop:Generator_ColumnPropNameInRow="DescParticolare" msprop:Generator_ColumnVarNameInTable="columnDescParticolare" msprop:Generator_ColumnPropNameInTable="DescParticolareColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DisegnoGrezzo" msprop:Generator_UserColumnName="DisegnoGrezzo" msprop:Generator_ColumnVarNameInTable="columnDisegnoGrezzo" msprop:Generator_ColumnPropNameInRow="DisegnoGrezzo" msprop:Generator_ColumnPropNameInTable="DisegnoGrezzoColumn" minOccurs="0">
|
||||
<xs:element name="DisegnoGrezzo" msprop:Generator_UserColumnName="DisegnoGrezzo" msprop:Generator_ColumnPropNameInRow="DisegnoGrezzo" msprop:Generator_ColumnVarNameInTable="columnDisegnoGrezzo" msprop:Generator_ColumnPropNameInTable="DisegnoGrezzoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Esponente" msprop:Generator_UserColumnName="Esponente" msprop:Generator_ColumnVarNameInTable="columnEsponente" msprop:Generator_ColumnPropNameInRow="Esponente" msprop:Generator_ColumnPropNameInTable="EsponenteColumn" minOccurs="0">
|
||||
<xs:element name="Esponente" msprop:Generator_UserColumnName="Esponente" msprop:Generator_ColumnPropNameInRow="Esponente" msprop:Generator_ColumnVarNameInTable="columnEsponente" msprop:Generator_ColumnPropNameInTable="EsponenteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodImpianto" msprop:Generator_UserColumnName="CodImpianto" msprop:Generator_ColumnVarNameInTable="columnCodImpianto" msprop:Generator_ColumnPropNameInRow="CodImpianto" msprop:Generator_ColumnPropNameInTable="CodImpiantoColumn" minOccurs="0">
|
||||
<xs:element name="CodImpianto" msprop:Generator_UserColumnName="CodImpianto" msprop:Generator_ColumnPropNameInRow="CodImpianto" msprop:Generator_ColumnVarNameInTable="columnCodImpianto" msprop:Generator_ColumnPropNameInTable="CodImpiantoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescImpianto" msprop:Generator_UserColumnName="DescImpianto" msprop:Generator_ColumnVarNameInTable="columnDescImpianto" msprop:Generator_ColumnPropNameInRow="DescImpianto" msprop:Generator_ColumnPropNameInTable="DescImpiantoColumn" minOccurs="0">
|
||||
<xs:element name="DescImpianto" msprop:Generator_UserColumnName="DescImpianto" msprop:Generator_ColumnPropNameInRow="DescImpianto" msprop:Generator_ColumnVarNameInTable="columnDescImpianto" msprop:Generator_ColumnPropNameInTable="DescImpiantoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodStampo" msprop:Generator_UserColumnName="CodStampo" msprop:Generator_ColumnVarNameInTable="columnCodStampo" msprop:Generator_ColumnPropNameInRow="CodStampo" msprop:Generator_ColumnPropNameInTable="CodStampoColumn" minOccurs="0">
|
||||
<xs:element name="CodStampo" msprop:Generator_UserColumnName="CodStampo" msprop:Generator_ColumnPropNameInRow="CodStampo" msprop:Generator_ColumnVarNameInTable="columnCodStampo" msprop:Generator_ColumnPropNameInTable="CodStampoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="8" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Figura" msprop:Generator_UserColumnName="Figura" msprop:Generator_ColumnVarNameInTable="columnFigura" msprop:Generator_ColumnPropNameInRow="Figura" msprop:Generator_ColumnPropNameInTable="FiguraColumn" minOccurs="0">
|
||||
<xs:element name="Figura" msprop:Generator_UserColumnName="Figura" msprop:Generator_ColumnPropNameInRow="Figura" msprop:Generator_ColumnVarNameInTable="columnFigura" msprop:Generator_ColumnPropNameInTable="FiguraColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataFus" msprop:Generator_UserColumnName="DataFus" msprop:Generator_ColumnVarNameInTable="columnDataFus" msprop:Generator_ColumnPropNameInRow="DataFus" msprop:Generator_ColumnPropNameInTable="DataFusColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="TurnoFus" msprop:Generator_UserColumnName="TurnoFus" msprop:Generator_ColumnVarNameInTable="columnTurnoFus" msprop:Generator_ColumnPropNameInRow="TurnoFus" msprop:Generator_ColumnPropNameInTable="TurnoFusColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="CodImballo" msprop:Generator_UserColumnName="CodImballo" msprop:Generator_ColumnVarNameInTable="columnCodImballo" msprop:Generator_ColumnPropNameInRow="CodImballo" msprop:Generator_ColumnPropNameInTable="CodImballoColumn" minOccurs="0">
|
||||
<xs:element name="DataFus" msprop:Generator_UserColumnName="DataFus" msprop:Generator_ColumnPropNameInRow="DataFus" msprop:Generator_ColumnVarNameInTable="columnDataFus" msprop:Generator_ColumnPropNameInTable="DataFusColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="TurnoFus" msprop:Generator_UserColumnName="TurnoFus" msprop:Generator_ColumnPropNameInRow="TurnoFus" msprop:Generator_ColumnVarNameInTable="columnTurnoFus" msprop:Generator_ColumnPropNameInTable="TurnoFusColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="CodImballo" msprop:Generator_UserColumnName="CodImballo" msprop:Generator_ColumnPropNameInRow="CodImballo" msprop:Generator_ColumnVarNameInTable="columnCodImballo" msprop:Generator_ColumnPropNameInTable="CodImballoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
@@ -1756,28 +1759,28 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="NumCont" msprop:Generator_UserColumnName="NumCont" msprop:Generator_ColumnVarNameInTable="columnNumCont" msprop:Generator_ColumnPropNameInRow="NumCont" msprop:Generator_ColumnPropNameInTable="NumContColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Tara" msprop:Generator_UserColumnName="Tara" msprop:Generator_ColumnVarNameInTable="columnTara" msprop:Generator_ColumnPropNameInRow="Tara" msprop:Generator_ColumnPropNameInTable="TaraColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="Qta" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:element name="NumCont" msprop:Generator_UserColumnName="NumCont" msprop:Generator_ColumnPropNameInRow="NumCont" msprop:Generator_ColumnVarNameInTable="columnNumCont" msprop:Generator_ColumnPropNameInTable="NumContColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Tara" msprop:Generator_UserColumnName="Tara" msprop:Generator_ColumnPropNameInRow="Tara" msprop:Generator_ColumnVarNameInTable="columnTara" msprop:Generator_ColumnPropNameInTable="TaraColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="Qta" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="IdxPosizione" msprop:Generator_UserColumnName="IdxPosizione" msprop:Generator_ColumnVarNameInTable="columnIdxPosizione" msprop:Generator_ColumnPropNameInRow="IdxPosizione" msprop:Generator_ColumnPropNameInTable="IdxPosizioneColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="PesoTot" msprop:Generator_UserColumnName="PesoTot" msprop:Generator_ColumnVarNameInTable="columnPesoTot" msprop:Generator_ColumnPropNameInRow="PesoTot" msprop:Generator_ColumnPropNameInTable="PesoTotColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="PesoCad" msprop:Generator_UserColumnName="PesoCad" msprop:Generator_ColumnVarNameInTable="columnPesoCad" msprop:Generator_ColumnPropNameInRow="PesoCad" msprop:Generator_ColumnPropNameInTable="PesoCadColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="CreateDate" msprop:Generator_UserColumnName="CreateDate" msprop:Generator_ColumnVarNameInTable="columnCreateDate" msprop:Generator_ColumnPropNameInRow="CreateDate" msprop:Generator_ColumnPropNameInTable="CreateDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="ModDate" msprop:Generator_UserColumnName="ModDate" msprop:Generator_ColumnVarNameInTable="columnModDate" msprop:Generator_ColumnPropNameInRow="ModDate" msprop:Generator_ColumnPropNameInTable="ModDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="IdxPosizione" msprop:Generator_UserColumnName="IdxPosizione" msprop:Generator_ColumnPropNameInRow="IdxPosizione" msprop:Generator_ColumnVarNameInTable="columnIdxPosizione" msprop:Generator_ColumnPropNameInTable="IdxPosizioneColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="PesoTot" msprop:Generator_UserColumnName="PesoTot" msprop:Generator_ColumnPropNameInRow="PesoTot" msprop:Generator_ColumnVarNameInTable="columnPesoTot" msprop:Generator_ColumnPropNameInTable="PesoTotColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="PesoCad" msprop:Generator_UserColumnName="PesoCad" msprop:Generator_ColumnPropNameInRow="PesoCad" msprop:Generator_ColumnVarNameInTable="columnPesoCad" msprop:Generator_ColumnPropNameInTable="PesoCadColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="CreateDate" msprop:Generator_UserColumnName="CreateDate" msprop:Generator_ColumnPropNameInRow="CreateDate" msprop:Generator_ColumnVarNameInTable="columnCreateDate" msprop:Generator_ColumnPropNameInTable="CreateDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="ModDate" msprop:Generator_UserColumnName="ModDate" msprop:Generator_ColumnPropNameInRow="ModDate" msprop:Generator_ColumnVarNameInTable="columnModDate" msprop:Generator_ColumnPropNameInTable="ModDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AnagImballi" msprop:Generator_UserTableName="AnagImballi" msprop:Generator_RowDeletedName="AnagImballiRowDeleted" msprop:Generator_RowChangedName="AnagImballiRowChanged" msprop:Generator_RowClassName="AnagImballiRow" msprop:Generator_RowChangingName="AnagImballiRowChanging" msprop:Generator_RowEvArgName="AnagImballiRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagImballiRowChangeEventHandler" msprop:Generator_TableClassName="AnagImballiDataTable" msprop:Generator_TableVarName="tableAnagImballi" msprop:Generator_RowDeletingName="AnagImballiRowDeleting" msprop:Generator_TablePropName="AnagImballi">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodImballo" msprop:Generator_UserColumnName="CodImballo" msprop:Generator_ColumnVarNameInTable="columnCodImballo" msprop:Generator_ColumnPropNameInRow="CodImballo" msprop:Generator_ColumnPropNameInTable="CodImballoColumn">
|
||||
<xs:element name="CodImballo" msprop:Generator_UserColumnName="CodImballo" msprop:Generator_ColumnPropNameInRow="CodImballo" msprop:Generator_ColumnVarNameInTable="columnCodImballo" msprop:Generator_ColumnPropNameInTable="CodImballoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
@@ -1804,96 +1807,96 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="v_ArtInProd" msprop:Generator_UserTableName="v_ArtInProd" msprop:Generator_RowDeletedName="v_ArtInProdRowDeleted" msprop:Generator_RowChangedName="v_ArtInProdRowChanged" msprop:Generator_RowClassName="v_ArtInProdRow" msprop:Generator_RowChangingName="v_ArtInProdRowChanging" msprop:Generator_RowEvArgName="v_ArtInProdRowChangeEvent" msprop:Generator_RowEvHandlerName="v_ArtInProdRowChangeEventHandler" msprop:Generator_TableClassName="v_ArtInProdDataTable" msprop:Generator_TableVarName="tablev_ArtInProd" msprop:Generator_RowDeletingName="v_ArtInProdRowDeleting" msprop:Generator_TablePropName="v_ArtInProd">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodImpianto" msprop:Generator_UserColumnName="CodImpianto" msprop:Generator_ColumnVarNameInTable="columnCodImpianto" msprop:Generator_ColumnPropNameInRow="CodImpianto" msprop:Generator_ColumnPropNameInTable="CodImpiantoColumn">
|
||||
<xs:element name="CodImpianto" msprop:Generator_UserColumnName="CodImpianto" msprop:Generator_ColumnPropNameInRow="CodImpianto" msprop:Generator_ColumnVarNameInTable="columnCodImpianto" msprop:Generator_ColumnPropNameInTable="CodImpiantoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodStampo" msprop:Generator_UserColumnName="CodStampo" msprop:Generator_ColumnVarNameInTable="columnCodStampo" msprop:Generator_ColumnPropNameInRow="CodStampo" msprop:Generator_ColumnPropNameInTable="CodStampoColumn">
|
||||
<xs:element name="CodStampo" msprop:Generator_UserColumnName="CodStampo" msprop:Generator_ColumnPropNameInRow="CodStampo" msprop:Generator_ColumnVarNameInTable="columnCodStampo" msprop:Generator_ColumnPropNameInTable="CodStampoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="8" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="NumStampate" msprop:Generator_UserColumnName="NumStampate" msprop:Generator_ColumnVarNameInTable="columnNumStampate" msprop:Generator_ColumnPropNameInRow="NumStampate" msprop:Generator_ColumnPropNameInTable="NumStampateColumn" type="xs:decimal" />
|
||||
<xs:element name="DataInizio" msprop:Generator_UserColumnName="DataInizio" msprop:Generator_ColumnVarNameInTable="columnDataInizio" msprop:Generator_ColumnPropNameInRow="DataInizio" msprop:Generator_ColumnPropNameInTable="DataInizioColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="TurnoInizio" msprop:Generator_UserColumnName="TurnoInizio" msprop:Generator_ColumnVarNameInTable="columnTurnoInizio" msprop:Generator_ColumnPropNameInRow="TurnoInizio" msprop:Generator_ColumnPropNameInTable="TurnoInizioColumn">
|
||||
<xs:element name="NumStampate" msprop:Generator_UserColumnName="NumStampate" msprop:Generator_ColumnPropNameInRow="NumStampate" msprop:Generator_ColumnVarNameInTable="columnNumStampate" msprop:Generator_ColumnPropNameInTable="NumStampateColumn" type="xs:decimal" />
|
||||
<xs:element name="DataInizio" msprop:Generator_UserColumnName="DataInizio" msprop:Generator_ColumnPropNameInRow="DataInizio" msprop:Generator_ColumnVarNameInTable="columnDataInizio" msprop:Generator_ColumnPropNameInTable="DataInizioColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="TurnoInizio" msprop:Generator_UserColumnName="TurnoInizio" msprop:Generator_ColumnPropNameInRow="TurnoInizio" msprop:Generator_ColumnVarNameInTable="columnTurnoInizio" msprop:Generator_ColumnPropNameInTable="TurnoInizioColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="InizioValidita" msprop:Generator_UserColumnName="InizioValidita" msprop:Generator_ColumnVarNameInTable="columnInizioValidita" msprop:Generator_ColumnPropNameInRow="InizioValidita" msprop:Generator_ColumnPropNameInTable="InizioValiditaColumn" type="xs:dateTime" />
|
||||
<xs:element name="FineValidita" msprop:Generator_UserColumnName="FineValidita" msprop:Generator_ColumnVarNameInTable="columnFineValidita" msprop:Generator_ColumnPropNameInRow="FineValidita" msprop:Generator_ColumnPropNameInTable="FineValiditaColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="NumFigure" msprop:Generator_UserColumnName="NumFigure" msprop:Generator_ColumnVarNameInTable="columnNumFigure" msprop:Generator_ColumnPropNameInRow="NumFigure" msprop:Generator_ColumnPropNameInTable="NumFigureColumn" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="CodCliente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:element name="InizioValidita" msprop:Generator_UserColumnName="InizioValidita" msprop:Generator_ColumnPropNameInRow="InizioValidita" msprop:Generator_ColumnVarNameInTable="columnInizioValidita" msprop:Generator_ColumnPropNameInTable="InizioValiditaColumn" type="xs:dateTime" />
|
||||
<xs:element name="FineValidita" msprop:Generator_UserColumnName="FineValidita" msprop:Generator_ColumnPropNameInRow="FineValidita" msprop:Generator_ColumnVarNameInTable="columnFineValidita" msprop:Generator_ColumnPropNameInTable="FineValiditaColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="NumFigure" msprop:Generator_UserColumnName="NumFigure" msprop:Generator_ColumnPropNameInRow="NumFigure" msprop:Generator_ColumnVarNameInTable="columnNumFigure" msprop:Generator_ColumnPropNameInTable="NumFigureColumn" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="CodCliente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="RagSociale" msprop:Generator_UserColumnName="RagSociale" msprop:Generator_ColumnVarNameInTable="columnRagSociale" msprop:Generator_ColumnPropNameInRow="RagSociale" msprop:Generator_ColumnPropNameInTable="RagSocialeColumn" minOccurs="0">
|
||||
<xs:element name="RagSociale" msprop:Generator_UserColumnName="RagSociale" msprop:Generator_ColumnPropNameInRow="RagSociale" msprop:Generator_ColumnVarNameInTable="columnRagSociale" msprop:Generator_ColumnPropNameInTable="RagSocialeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodArticolo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CodArticolo" msprop:Generator_ColumnVarNameInTable="columnCodArticolo" msprop:Generator_ColumnPropNameInRow="CodArticolo" msprop:Generator_ColumnPropNameInTable="CodArticoloColumn" minOccurs="0">
|
||||
<xs:element name="CodArticolo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CodArticolo" msprop:Generator_ColumnPropNameInRow="CodArticolo" msprop:Generator_ColumnVarNameInTable="columnCodArticolo" msprop:Generator_ColumnPropNameInTable="CodArticoloColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Particolare" msprop:Generator_UserColumnName="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn">
|
||||
<xs:element name="Particolare" msprop:Generator_UserColumnName="Particolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescParticolare" msprop:Generator_UserColumnName="DescParticolare" msprop:Generator_ColumnVarNameInTable="columnDescParticolare" msprop:Generator_ColumnPropNameInRow="DescParticolare" msprop:Generator_ColumnPropNameInTable="DescParticolareColumn" minOccurs="0">
|
||||
<xs:element name="DescParticolare" msprop:Generator_UserColumnName="DescParticolare" msprop:Generator_ColumnPropNameInRow="DescParticolare" msprop:Generator_ColumnVarNameInTable="columnDescParticolare" msprop:Generator_ColumnPropNameInTable="DescParticolareColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DisegnoGrezzo" msprop:Generator_UserColumnName="DisegnoGrezzo" msprop:Generator_ColumnVarNameInTable="columnDisegnoGrezzo" msprop:Generator_ColumnPropNameInRow="DisegnoGrezzo" msprop:Generator_ColumnPropNameInTable="DisegnoGrezzoColumn" minOccurs="0">
|
||||
<xs:element name="DisegnoGrezzo" msprop:Generator_UserColumnName="DisegnoGrezzo" msprop:Generator_ColumnPropNameInRow="DisegnoGrezzo" msprop:Generator_ColumnVarNameInTable="columnDisegnoGrezzo" msprop:Generator_ColumnPropNameInTable="DisegnoGrezzoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodFamiglia" msprop:Generator_UserColumnName="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn" minOccurs="0">
|
||||
<xs:element name="CodFamiglia" msprop:Generator_UserColumnName="CodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescFamiglia" msprop:Generator_UserColumnName="DescFamiglia" msprop:Generator_ColumnVarNameInTable="columnDescFamiglia" msprop:Generator_ColumnPropNameInRow="DescFamiglia" msprop:Generator_ColumnPropNameInTable="DescFamigliaColumn" minOccurs="0">
|
||||
<xs:element name="DescFamiglia" msprop:Generator_UserColumnName="DescFamiglia" msprop:Generator_ColumnPropNameInRow="DescFamiglia" msprop:Generator_ColumnVarNameInTable="columnDescFamiglia" msprop:Generator_ColumnPropNameInTable="DescFamigliaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Figura" msprop:Generator_UserColumnName="Figura" msprop:Generator_ColumnVarNameInTable="columnFigura" msprop:Generator_ColumnPropNameInRow="Figura" msprop:Generator_ColumnPropNameInTable="FiguraColumn" minOccurs="0">
|
||||
<xs:element name="Figura" msprop:Generator_UserColumnName="Figura" msprop:Generator_ColumnPropNameInRow="Figura" msprop:Generator_ColumnVarNameInTable="columnFigura" msprop:Generator_ColumnPropNameInTable="FiguraColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Esponente" msprop:Generator_UserColumnName="Esponente" msprop:Generator_ColumnVarNameInTable="columnEsponente" msprop:Generator_ColumnPropNameInRow="Esponente" msprop:Generator_ColumnPropNameInTable="EsponenteColumn" minOccurs="0">
|
||||
<xs:element name="Esponente" msprop:Generator_UserColumnName="Esponente" msprop:Generator_ColumnPropNameInRow="Esponente" msprop:Generator_ColumnVarNameInTable="columnEsponente" msprop:Generator_ColumnPropNameInTable="EsponenteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
@@ -1975,14 +1978,14 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagClienti" msprop:Generator_UserTableName="AnagClienti" msprop:Generator_RowDeletedName="AnagClientiRowDeleted" msprop:Generator_RowChangedName="AnagClientiRowChanged" msprop:Generator_RowClassName="AnagClientiRow" msprop:Generator_RowChangingName="AnagClientiRowChanging" msprop:Generator_RowEvArgName="AnagClientiRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagClientiRowChangeEventHandler" msprop:Generator_TableClassName="AnagClientiDataTable" msprop:Generator_TableVarName="tableAnagClienti" msprop:Generator_RowDeletingName="AnagClientiRowDeleting" msprop:Generator_TablePropName="AnagClienti">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn">
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="RagSociale" msprop:Generator_UserColumnName="RagSociale" msprop:Generator_ColumnVarNameInTable="columnRagSociale" msprop:Generator_ColumnPropNameInRow="RagSociale" msprop:Generator_ColumnPropNameInTable="RagSocialeColumn">
|
||||
<xs:element name="RagSociale" msprop:Generator_UserColumnName="RagSociale" msprop:Generator_ColumnPropNameInRow="RagSociale" msprop:Generator_ColumnVarNameInTable="columnRagSociale" msprop:Generator_ColumnPropNameInTable="RagSocialeColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
@@ -1995,157 +1998,157 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="stp_prtCartByUDC" msprop:Generator_UserTableName="stp_prtCartByUDC" msprop:Generator_RowDeletedName="stp_prtCartByUDCRowDeleted" msprop:Generator_RowChangedName="stp_prtCartByUDCRowChanged" msprop:Generator_RowClassName="stp_prtCartByUDCRow" msprop:Generator_RowChangingName="stp_prtCartByUDCRowChanging" msprop:Generator_RowEvArgName="stp_prtCartByUDCRowChangeEvent" msprop:Generator_RowEvHandlerName="stp_prtCartByUDCRowChangeEventHandler" msprop:Generator_TableClassName="stp_prtCartByUDCDataTable" msprop:Generator_TableVarName="tablestp_prtCartByUDC" msprop:Generator_RowDeletingName="stp_prtCartByUDCRowDeleting" msprop:Generator_TablePropName="stp_prtCartByUDC">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="UDC" msprop:Generator_UserColumnName="UDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInTable="UDCColumn">
|
||||
<xs:element name="UDC" msprop:Generator_UserColumnName="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn" minOccurs="0">
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="codcliente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codcliente" msprop:Generator_ColumnPropNameInRow="codcliente" msprop:Generator_ColumnVarNameInTable="columncodcliente" msprop:Generator_ColumnPropNameInTable="codclienteColumn" minOccurs="0">
|
||||
<xs:element name="codcliente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codcliente" msprop:Generator_ColumnVarNameInTable="columncodcliente" msprop:Generator_ColumnPropNameInRow="codcliente" msprop:Generator_ColumnPropNameInTable="codclienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ragsociale" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ragsociale" msprop:Generator_ColumnPropNameInRow="ragsociale" msprop:Generator_ColumnVarNameInTable="columnragsociale" msprop:Generator_ColumnPropNameInTable="ragsocialeColumn" minOccurs="0">
|
||||
<xs:element name="ragsociale" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ragsociale" msprop:Generator_ColumnVarNameInTable="columnragsociale" msprop:Generator_ColumnPropNameInRow="ragsociale" msprop:Generator_ColumnPropNameInTable="ragsocialeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="particolare" msdata:ReadOnly="true" msprop:Generator_UserColumnName="particolare" msprop:Generator_ColumnPropNameInRow="particolare" msprop:Generator_ColumnVarNameInTable="columnparticolare" msprop:Generator_ColumnPropNameInTable="particolareColumn" minOccurs="0">
|
||||
<xs:element name="particolare" msdata:ReadOnly="true" msprop:Generator_UserColumnName="particolare" msprop:Generator_ColumnVarNameInTable="columnparticolare" msprop:Generator_ColumnPropNameInRow="particolare" msprop:Generator_ColumnPropNameInTable="particolareColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descparticolare" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descparticolare" msprop:Generator_ColumnPropNameInRow="descparticolare" msprop:Generator_ColumnVarNameInTable="columndescparticolare" msprop:Generator_ColumnPropNameInTable="descparticolareColumn" minOccurs="0">
|
||||
<xs:element name="descparticolare" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descparticolare" msprop:Generator_ColumnVarNameInTable="columndescparticolare" msprop:Generator_ColumnPropNameInRow="descparticolare" msprop:Generator_ColumnPropNameInTable="descparticolareColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="disegnogrezzo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="disegnogrezzo" msprop:Generator_ColumnPropNameInRow="disegnogrezzo" msprop:Generator_ColumnVarNameInTable="columndisegnogrezzo" msprop:Generator_ColumnPropNameInTable="disegnogrezzoColumn" minOccurs="0">
|
||||
<xs:element name="disegnogrezzo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="disegnogrezzo" msprop:Generator_ColumnVarNameInTable="columndisegnogrezzo" msprop:Generator_ColumnPropNameInRow="disegnogrezzo" msprop:Generator_ColumnPropNameInTable="disegnogrezzoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="esponente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="esponente" msprop:Generator_ColumnPropNameInRow="esponente" msprop:Generator_ColumnVarNameInTable="columnesponente" msprop:Generator_ColumnPropNameInTable="esponenteColumn" minOccurs="0">
|
||||
<xs:element name="esponente" msdata:ReadOnly="true" msprop:Generator_UserColumnName="esponente" msprop:Generator_ColumnVarNameInTable="columnesponente" msprop:Generator_ColumnPropNameInRow="esponente" msprop:Generator_ColumnPropNameInTable="esponenteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="codimpianto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codimpianto" msprop:Generator_ColumnPropNameInRow="codimpianto" msprop:Generator_ColumnVarNameInTable="columncodimpianto" msprop:Generator_ColumnPropNameInTable="codimpiantoColumn" minOccurs="0">
|
||||
<xs:element name="codimpianto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codimpianto" msprop:Generator_ColumnVarNameInTable="columncodimpianto" msprop:Generator_ColumnPropNameInRow="codimpianto" msprop:Generator_ColumnPropNameInTable="codimpiantoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descimpianto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descimpianto" msprop:Generator_ColumnPropNameInRow="descimpianto" msprop:Generator_ColumnVarNameInTable="columndescimpianto" msprop:Generator_ColumnPropNameInTable="descimpiantoColumn" minOccurs="0">
|
||||
<xs:element name="descimpianto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descimpianto" msprop:Generator_ColumnVarNameInTable="columndescimpianto" msprop:Generator_ColumnPropNameInRow="descimpianto" msprop:Generator_ColumnPropNameInTable="descimpiantoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="codstampo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codstampo" msprop:Generator_ColumnPropNameInRow="codstampo" msprop:Generator_ColumnVarNameInTable="columncodstampo" msprop:Generator_ColumnPropNameInTable="codstampoColumn" minOccurs="0">
|
||||
<xs:element name="codstampo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codstampo" msprop:Generator_ColumnVarNameInTable="columncodstampo" msprop:Generator_ColumnPropNameInRow="codstampo" msprop:Generator_ColumnPropNameInTable="codstampoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="8" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="figura" msdata:ReadOnly="true" msprop:Generator_UserColumnName="figura" msprop:Generator_ColumnPropNameInRow="figura" msprop:Generator_ColumnVarNameInTable="columnfigura" msprop:Generator_ColumnPropNameInTable="figuraColumn" minOccurs="0">
|
||||
<xs:element name="figura" msdata:ReadOnly="true" msprop:Generator_UserColumnName="figura" msprop:Generator_ColumnVarNameInTable="columnfigura" msprop:Generator_ColumnPropNameInRow="figura" msprop:Generator_ColumnPropNameInTable="figuraColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="datafus" msdata:ReadOnly="true" msprop:Generator_UserColumnName="datafus" msprop:Generator_ColumnPropNameInRow="datafus" msprop:Generator_ColumnVarNameInTable="columndatafus" msprop:Generator_ColumnPropNameInTable="datafusColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="turnofus" msdata:ReadOnly="true" msprop:Generator_UserColumnName="turnofus" msprop:Generator_ColumnPropNameInRow="turnofus" msprop:Generator_ColumnVarNameInTable="columnturnofus" msprop:Generator_ColumnPropNameInTable="turnofusColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="codimballo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codimballo" msprop:Generator_ColumnPropNameInRow="codimballo" msprop:Generator_ColumnVarNameInTable="columncodimballo" msprop:Generator_ColumnPropNameInTable="codimballoColumn" minOccurs="0">
|
||||
<xs:element name="datafus" msdata:ReadOnly="true" msprop:Generator_UserColumnName="datafus" msprop:Generator_ColumnVarNameInTable="columndatafus" msprop:Generator_ColumnPropNameInRow="datafus" msprop:Generator_ColumnPropNameInTable="datafusColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="turnofus" msdata:ReadOnly="true" msprop:Generator_UserColumnName="turnofus" msprop:Generator_ColumnVarNameInTable="columnturnofus" msprop:Generator_ColumnPropNameInRow="turnofus" msprop:Generator_ColumnPropNameInTable="turnofusColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="codimballo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codimballo" msprop:Generator_ColumnVarNameInTable="columncodimballo" msprop:Generator_ColumnPropNameInRow="codimballo" msprop:Generator_ColumnPropNameInTable="codimballoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="codsoggetto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codsoggetto" msprop:Generator_ColumnPropNameInRow="codsoggetto" msprop:Generator_ColumnVarNameInTable="columncodsoggetto" msprop:Generator_ColumnPropNameInTable="codsoggettoColumn" minOccurs="0">
|
||||
<xs:element name="codsoggetto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codsoggetto" msprop:Generator_ColumnVarNameInTable="columncodsoggetto" msprop:Generator_ColumnPropNameInRow="codsoggetto" msprop:Generator_ColumnPropNameInTable="codsoggettoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="17" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="numcont" msdata:ReadOnly="true" msprop:Generator_UserColumnName="numcont" msprop:Generator_ColumnPropNameInRow="numcont" msprop:Generator_ColumnVarNameInTable="columnnumcont" msprop:Generator_ColumnPropNameInTable="numcontColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="tara" msdata:ReadOnly="true" msprop:Generator_UserColumnName="tara" msprop:Generator_ColumnPropNameInRow="tara" msprop:Generator_ColumnVarNameInTable="columntara" msprop:Generator_ColumnPropNameInTable="taraColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="qta" msdata:ReadOnly="true" msprop:Generator_UserColumnName="qta" msprop:Generator_ColumnPropNameInRow="qta" msprop:Generator_ColumnVarNameInTable="columnqta" msprop:Generator_ColumnPropNameInTable="qtaColumn" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="codstato" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codstato" msprop:Generator_ColumnPropNameInRow="codstato" msprop:Generator_ColumnVarNameInTable="columncodstato" msprop:Generator_ColumnPropNameInTable="codstatoColumn" minOccurs="0">
|
||||
<xs:element name="numcont" msdata:ReadOnly="true" msprop:Generator_UserColumnName="numcont" msprop:Generator_ColumnVarNameInTable="columnnumcont" msprop:Generator_ColumnPropNameInRow="numcont" msprop:Generator_ColumnPropNameInTable="numcontColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="tara" msdata:ReadOnly="true" msprop:Generator_UserColumnName="tara" msprop:Generator_ColumnVarNameInTable="columntara" msprop:Generator_ColumnPropNameInRow="tara" msprop:Generator_ColumnPropNameInTable="taraColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="qta" msdata:ReadOnly="true" msprop:Generator_UserColumnName="qta" msprop:Generator_ColumnVarNameInTable="columnqta" msprop:Generator_ColumnPropNameInRow="qta" msprop:Generator_ColumnPropNameInTable="qtaColumn" type="xs:decimal" minOccurs="0" />
|
||||
<xs:element name="codstato" msdata:ReadOnly="true" msprop:Generator_UserColumnName="codstato" msprop:Generator_ColumnVarNameInTable="columncodstato" msprop:Generator_ColumnPropNameInRow="codstato" msprop:Generator_ColumnPropNameInTable="codstatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="idxposizione" msdata:ReadOnly="true" msprop:Generator_UserColumnName="idxposizione" msprop:Generator_ColumnPropNameInRow="idxposizione" msprop:Generator_ColumnVarNameInTable="columnidxposizione" msprop:Generator_ColumnPropNameInTable="idxposizioneColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="pesotot" msdata:ReadOnly="true" msprop:Generator_UserColumnName="pesotot" msprop:Generator_ColumnPropNameInRow="pesotot" msprop:Generator_ColumnVarNameInTable="columnpesotot" msprop:Generator_ColumnPropNameInTable="pesototColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="pesocad" msdata:ReadOnly="true" msprop:Generator_UserColumnName="pesocad" msprop:Generator_ColumnPropNameInRow="pesocad" msprop:Generator_ColumnVarNameInTable="columnpesocad" msprop:Generator_ColumnPropNameInTable="pesocadColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="CreateDate" msprop:Generator_UserColumnName="CreateDate" msprop:Generator_ColumnPropNameInRow="CreateDate" msprop:Generator_ColumnVarNameInTable="columnCreateDate" msprop:Generator_ColumnPropNameInTable="CreateDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="ModDate" msprop:Generator_UserColumnName="ModDate" msprop:Generator_ColumnPropNameInRow="ModDate" msprop:Generator_ColumnVarNameInTable="columnModDate" msprop:Generator_ColumnPropNameInTable="ModDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="cognome" msdata:ReadOnly="true" msprop:Generator_UserColumnName="cognome" msprop:Generator_ColumnPropNameInRow="cognome" msprop:Generator_ColumnVarNameInTable="columncognome" msprop:Generator_ColumnPropNameInTable="cognomeColumn" minOccurs="0">
|
||||
<xs:element name="idxposizione" msdata:ReadOnly="true" msprop:Generator_UserColumnName="idxposizione" msprop:Generator_ColumnVarNameInTable="columnidxposizione" msprop:Generator_ColumnPropNameInRow="idxposizione" msprop:Generator_ColumnPropNameInTable="idxposizioneColumn" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="pesotot" msdata:ReadOnly="true" msprop:Generator_UserColumnName="pesotot" msprop:Generator_ColumnVarNameInTable="columnpesotot" msprop:Generator_ColumnPropNameInRow="pesotot" msprop:Generator_ColumnPropNameInTable="pesototColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="pesocad" msdata:ReadOnly="true" msprop:Generator_UserColumnName="pesocad" msprop:Generator_ColumnVarNameInTable="columnpesocad" msprop:Generator_ColumnPropNameInRow="pesocad" msprop:Generator_ColumnPropNameInTable="pesocadColumn" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="CreateDate" msprop:Generator_UserColumnName="CreateDate" msprop:Generator_ColumnVarNameInTable="columnCreateDate" msprop:Generator_ColumnPropNameInRow="CreateDate" msprop:Generator_ColumnPropNameInTable="CreateDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="ModDate" msprop:Generator_UserColumnName="ModDate" msprop:Generator_ColumnVarNameInTable="columnModDate" msprop:Generator_ColumnPropNameInRow="ModDate" msprop:Generator_ColumnPropNameInTable="ModDateColumn" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="cognome" msdata:ReadOnly="true" msprop:Generator_UserColumnName="cognome" msprop:Generator_ColumnVarNameInTable="columncognome" msprop:Generator_ColumnPropNameInRow="cognome" msprop:Generator_ColumnPropNameInTable="cognomeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="40" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="nome" msdata:ReadOnly="true" msprop:Generator_UserColumnName="nome" msprop:Generator_ColumnPropNameInRow="nome" msprop:Generator_ColumnVarNameInTable="columnnome" msprop:Generator_ColumnPropNameInTable="nomeColumn" minOccurs="0">
|
||||
<xs:element name="nome" msdata:ReadOnly="true" msprop:Generator_UserColumnName="nome" msprop:Generator_ColumnVarNameInTable="columnnome" msprop:Generator_ColumnPropNameInRow="nome" msprop:Generator_ColumnPropNameInTable="nomeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="40" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descstato" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descstato" msprop:Generator_ColumnPropNameInRow="descstato" msprop:Generator_ColumnVarNameInTable="columndescstato" msprop:Generator_ColumnPropNameInTable="descstatoColumn" minOccurs="0">
|
||||
<xs:element name="descstato" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descstato" msprop:Generator_ColumnVarNameInTable="columndescstato" msprop:Generator_ColumnPropNameInRow="descstato" msprop:Generator_ColumnPropNameInTable="descstatoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="descimballo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descimballo" msprop:Generator_ColumnPropNameInRow="descimballo" msprop:Generator_ColumnVarNameInTable="columndescimballo" msprop:Generator_ColumnPropNameInTable="descimballoColumn" minOccurs="0">
|
||||
<xs:element name="descimballo" msdata:ReadOnly="true" msprop:Generator_UserColumnName="descimballo" msprop:Generator_ColumnVarNameInTable="columndescimballo" msprop:Generator_ColumnPropNameInRow="descimballo" msprop:Generator_ColumnPropNameInTable="descimballoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodFamiglia" msprop:Generator_UserColumnName="CodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn" minOccurs="0">
|
||||
<xs:element name="CodFamiglia" msprop:Generator_UserColumnName="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescFamiglia" msprop:Generator_UserColumnName="DescFamiglia" msprop:Generator_ColumnPropNameInRow="DescFamiglia" msprop:Generator_ColumnVarNameInTable="columnDescFamiglia" msprop:Generator_ColumnPropNameInTable="DescFamigliaColumn" minOccurs="0">
|
||||
<xs:element name="DescFamiglia" msprop:Generator_UserColumnName="DescFamiglia" msprop:Generator_ColumnVarNameInTable="columnDescFamiglia" msprop:Generator_ColumnPropNameInRow="DescFamiglia" msprop:Generator_ColumnPropNameInTable="DescFamigliaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
@@ -2158,42 +2161,42 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagParticolari" msprop:Generator_UserTableName="AnagParticolari" msprop:Generator_RowDeletedName="AnagParticolariRowDeleted" msprop:Generator_RowChangedName="AnagParticolariRowChanged" msprop:Generator_RowClassName="AnagParticolariRow" msprop:Generator_RowChangingName="AnagParticolariRowChanging" msprop:Generator_RowEvArgName="AnagParticolariRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagParticolariRowChangeEventHandler" msprop:Generator_TableClassName="AnagParticolariDataTable" msprop:Generator_TableVarName="tableAnagParticolari" msprop:Generator_RowDeletingName="AnagParticolariRowDeleting" msprop:Generator_TablePropName="AnagParticolari">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Particolare" msprop:Generator_UserColumnName="Particolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn">
|
||||
<xs:element name="Particolare" msprop:Generator_UserColumnName="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn">
|
||||
<xs:element name="CodCS" msprop:Generator_UserColumnName="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn">
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DisegnoGrezzo" msprop:Generator_UserColumnName="DisegnoGrezzo" msprop:Generator_ColumnPropNameInRow="DisegnoGrezzo" msprop:Generator_ColumnVarNameInTable="columnDisegnoGrezzo" msprop:Generator_ColumnPropNameInTable="DisegnoGrezzoColumn">
|
||||
<xs:element name="DisegnoGrezzo" msprop:Generator_UserColumnName="DisegnoGrezzo" msprop:Generator_ColumnVarNameInTable="columnDisegnoGrezzo" msprop:Generator_ColumnPropNameInRow="DisegnoGrezzo" msprop:Generator_ColumnPropNameInTable="DisegnoGrezzoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodFamiglia" msprop:Generator_UserColumnName="CodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn" minOccurs="0">
|
||||
<xs:element name="CodFamiglia" msprop:Generator_UserColumnName="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescParticolare" msprop:Generator_UserColumnName="DescParticolare" msprop:Generator_ColumnPropNameInRow="DescParticolare" msprop:Generator_ColumnVarNameInTable="columnDescParticolare" msprop:Generator_ColumnPropNameInTable="DescParticolareColumn" minOccurs="0">
|
||||
<xs:element name="DescParticolare" msprop:Generator_UserColumnName="DescParticolare" msprop:Generator_ColumnVarNameInTable="columnDescParticolare" msprop:Generator_ColumnPropNameInRow="DescParticolare" msprop:Generator_ColumnPropNameInTable="DescParticolareColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
@@ -2206,14 +2209,14 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="AnagFamiglie" msprop:Generator_UserTableName="AnagFamiglie" msprop:Generator_RowDeletedName="AnagFamiglieRowDeleted" msprop:Generator_RowChangedName="AnagFamiglieRowChanged" msprop:Generator_RowClassName="AnagFamiglieRow" msprop:Generator_RowChangingName="AnagFamiglieRowChanging" msprop:Generator_RowEvArgName="AnagFamiglieRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagFamiglieRowChangeEventHandler" msprop:Generator_TableClassName="AnagFamiglieDataTable" msprop:Generator_TableVarName="tableAnagFamiglie" msprop:Generator_RowDeletingName="AnagFamiglieRowDeleting" msprop:Generator_TablePropName="AnagFamiglie">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodFamiglia" msprop:Generator_UserColumnName="CodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn">
|
||||
<xs:element name="CodFamiglia" msprop:Generator_UserColumnName="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescFamiglia" msprop:Generator_UserColumnName="DescFamiglia" msprop:Generator_ColumnPropNameInRow="DescFamiglia" msprop:Generator_ColumnVarNameInTable="columnDescFamiglia" msprop:Generator_ColumnPropNameInTable="DescFamigliaColumn" minOccurs="0">
|
||||
<xs:element name="DescFamiglia" msprop:Generator_UserColumnName="DescFamiglia" msprop:Generator_ColumnVarNameInTable="columnDescFamiglia" msprop:Generator_ColumnPropNameInRow="DescFamiglia" msprop:Generator_ColumnPropNameInTable="DescFamigliaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
@@ -2226,21 +2229,21 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="Soggetti2Utente" msprop:Generator_UserTableName="Soggetti2Utente" msprop:Generator_RowDeletedName="Soggetti2UtenteRowDeleted" msprop:Generator_RowChangedName="Soggetti2UtenteRowChanged" msprop:Generator_RowClassName="Soggetti2UtenteRow" msprop:Generator_RowChangingName="Soggetti2UtenteRowChanging" msprop:Generator_RowEvArgName="Soggetti2UtenteRowChangeEvent" msprop:Generator_RowEvHandlerName="Soggetti2UtenteRowChangeEventHandler" msprop:Generator_TableClassName="Soggetti2UtenteDataTable" msprop:Generator_TableVarName="tableSoggetti2Utente" msprop:Generator_RowDeletingName="Soggetti2UtenteRowDeleting" msprop:Generator_TablePropName="Soggetti2Utente">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodSoggetto" msprop:Generator_UserColumnName="CodSoggetto" msprop:Generator_ColumnPropNameInRow="CodSoggetto" msprop:Generator_ColumnVarNameInTable="columnCodSoggetto" msprop:Generator_ColumnPropNameInTable="CodSoggettoColumn">
|
||||
<xs:element name="CodSoggetto" msprop:Generator_UserColumnName="CodSoggetto" msprop:Generator_ColumnVarNameInTable="columnCodSoggetto" msprop:Generator_ColumnPropNameInRow="CodSoggetto" msprop:Generator_ColumnPropNameInTable="CodSoggettoColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="17" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="USER_NAME" msprop:Generator_UserColumnName="USER_NAME" msprop:Generator_ColumnPropNameInRow="USER_NAME" msprop:Generator_ColumnVarNameInTable="columnUSER_NAME" msprop:Generator_ColumnPropNameInTable="USER_NAMEColumn">
|
||||
<xs:element name="USER_NAME" msprop:Generator_UserColumnName="USER_NAME" msprop:Generator_ColumnVarNameInTable="columnUSER_NAME" msprop:Generator_ColumnPropNameInRow="USER_NAME" msprop:Generator_ColumnPropNameInTable="USER_NAMEColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DOMINIO" msprop:Generator_UserColumnName="DOMINIO" msprop:Generator_ColumnPropNameInRow="DOMINIO" msprop:Generator_ColumnVarNameInTable="columnDOMINIO" msprop:Generator_ColumnPropNameInTable="DOMINIOColumn" minOccurs="0">
|
||||
<xs:element name="DOMINIO" msprop:Generator_UserColumnName="DOMINIO" msprop:Generator_ColumnVarNameInTable="columnDOMINIO" msprop:Generator_ColumnPropNameInRow="DOMINIO" msprop:Generator_ColumnPropNameInTable="DOMINIOColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
@@ -2253,102 +2256,102 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="stp_prtCartMatPrimaByUDC" msprop:Generator_UserTableName="stp_prtCartMatPrimaByUDC" msprop:Generator_RowDeletedName="stp_prtCartMatPrimaByUDCRowDeleted" msprop:Generator_RowChangedName="stp_prtCartMatPrimaByUDCRowChanged" msprop:Generator_RowClassName="stp_prtCartMatPrimaByUDCRow" msprop:Generator_RowChangingName="stp_prtCartMatPrimaByUDCRowChanging" msprop:Generator_RowEvArgName="stp_prtCartMatPrimaByUDCRowChangeEvent" msprop:Generator_RowEvHandlerName="stp_prtCartMatPrimaByUDCRowChangeEventHandler" msprop:Generator_TableClassName="stp_prtCartMatPrimaByUDCDataTable" msprop:Generator_TableVarName="tablestp_prtCartMatPrimaByUDC" msprop:Generator_RowDeletingName="stp_prtCartMatPrimaByUDCRowDeleting" msprop:Generator_TablePropName="stp_prtCartMatPrimaByUDC">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="nRapQual" msprop:Generator_UserColumnName="nRapQual" msprop:Generator_ColumnVarNameInTable="columnnRapQual" msprop:Generator_ColumnPropNameInRow="nRapQual" msprop:Generator_ColumnPropNameInTable="nRapQualColumn" type="xs:decimal" />
|
||||
<xs:element name="DataRapQual" msprop:Generator_UserColumnName="DataRapQual" msprop:Generator_ColumnVarNameInTable="columnDataRapQual" msprop:Generator_ColumnPropNameInRow="DataRapQual" msprop:Generator_ColumnPropNameInTable="DataRapQualColumn" type="xs:decimal" />
|
||||
<xs:element name="ProgUDC" msprop:Generator_UserColumnName="ProgUDC" msprop:Generator_ColumnVarNameInTable="columnProgUDC" msprop:Generator_ColumnPropNameInRow="ProgUDC" msprop:Generator_ColumnPropNameInTable="ProgUDCColumn">
|
||||
<xs:element name="nRapQual" msprop:Generator_UserColumnName="nRapQual" msprop:Generator_ColumnPropNameInRow="nRapQual" msprop:Generator_ColumnVarNameInTable="columnnRapQual" msprop:Generator_ColumnPropNameInTable="nRapQualColumn" type="xs:decimal" />
|
||||
<xs:element name="DataRapQual" msprop:Generator_UserColumnName="DataRapQual" msprop:Generator_ColumnPropNameInRow="DataRapQual" msprop:Generator_ColumnVarNameInTable="columnDataRapQual" msprop:Generator_ColumnPropNameInTable="DataRapQualColumn" type="xs:decimal" />
|
||||
<xs:element name="ProgUDC" msprop:Generator_UserColumnName="ProgUDC" msprop:Generator_ColumnPropNameInRow="ProgUDC" msprop:Generator_ColumnVarNameInTable="columnProgUDC" msprop:Generator_ColumnPropNameInTable="ProgUDCColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodFor" msprop:Generator_UserColumnName="CodFor" msprop:Generator_ColumnVarNameInTable="columnCodFor" msprop:Generator_ColumnPropNameInRow="CodFor" msprop:Generator_ColumnPropNameInTable="CodForColumn">
|
||||
<xs:element name="CodFor" msprop:Generator_UserColumnName="CodFor" msprop:Generator_ColumnPropNameInRow="CodFor" msprop:Generator_ColumnVarNameInTable="columnCodFor" msprop:Generator_ColumnPropNameInTable="CodForColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DestTerz" msprop:Generator_UserColumnName="DestTerz" msprop:Generator_ColumnVarNameInTable="columnDestTerz" msprop:Generator_ColumnPropNameInRow="DestTerz" msprop:Generator_ColumnPropNameInTable="DestTerzColumn">
|
||||
<xs:element name="DestTerz" msprop:Generator_UserColumnName="DestTerz" msprop:Generator_ColumnPropNameInRow="DestTerz" msprop:Generator_ColumnVarNameInTable="columnDestTerz" msprop:Generator_ColumnPropNameInTable="DestTerzColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodLega" msprop:Generator_UserColumnName="CodLega" msprop:Generator_ColumnVarNameInTable="columnCodLega" msprop:Generator_ColumnPropNameInRow="CodLega" msprop:Generator_ColumnPropNameInTable="CodLegaColumn">
|
||||
<xs:element name="CodLega" msprop:Generator_UserColumnName="CodLega" msprop:Generator_ColumnPropNameInRow="CodLega" msprop:Generator_ColumnVarNameInTable="columnCodLega" msprop:Generator_ColumnPropNameInTable="CodLegaColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DataPrelFus" msprop:Generator_UserColumnName="DataPrelFus" msprop:Generator_ColumnVarNameInTable="columnDataPrelFus" msprop:Generator_ColumnPropNameInRow="DataPrelFus" msprop:Generator_ColumnPropNameInTable="DataPrelFusColumn" type="xs:decimal" />
|
||||
<xs:element name="TurnoPrelFus" msprop:Generator_UserColumnName="TurnoPrelFus" msprop:Generator_ColumnVarNameInTable="columnTurnoPrelFus" msprop:Generator_ColumnPropNameInRow="TurnoPrelFus" msprop:Generator_ColumnPropNameInTable="TurnoPrelFusColumn">
|
||||
<xs:element name="DataPrelFus" msprop:Generator_UserColumnName="DataPrelFus" msprop:Generator_ColumnPropNameInRow="DataPrelFus" msprop:Generator_ColumnVarNameInTable="columnDataPrelFus" msprop:Generator_ColumnPropNameInTable="DataPrelFusColumn" type="xs:decimal" />
|
||||
<xs:element name="TurnoPrelFus" msprop:Generator_UserColumnName="TurnoPrelFus" msprop:Generator_ColumnPropNameInRow="TurnoPrelFus" msprop:Generator_ColumnVarNameInTable="columnTurnoPrelFus" msprop:Generator_ColumnPropNameInTable="TurnoPrelFusColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="5" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Qta" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:decimal" />
|
||||
<xs:element name="DestLega" msprop:Generator_UserColumnName="DestLega" msprop:Generator_ColumnVarNameInTable="columnDestLega" msprop:Generator_ColumnPropNameInRow="DestLega" msprop:Generator_ColumnPropNameInTable="DestLegaColumn">
|
||||
<xs:element name="Qta" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:decimal" />
|
||||
<xs:element name="DestLega" msprop:Generator_UserColumnName="DestLega" msprop:Generator_ColumnPropNameInRow="DestLega" msprop:Generator_ColumnVarNameInTable="columnDestLega" msprop:Generator_ColumnPropNameInTable="DestLegaColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="3" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="LegaScaric" msprop:Generator_UserColumnName="LegaScaric" msprop:Generator_ColumnVarNameInTable="columnLegaScaric" msprop:Generator_ColumnPropNameInRow="LegaScaric" msprop:Generator_ColumnPropNameInTable="LegaScaricColumn">
|
||||
<xs:element name="LegaScaric" msprop:Generator_UserColumnName="LegaScaric" msprop:Generator_ColumnPropNameInRow="LegaScaric" msprop:Generator_ColumnVarNameInTable="columnLegaScaric" msprop:Generator_ColumnPropNameInTable="LegaScaricColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="1" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="BenesQual" msprop:Generator_UserColumnName="BenesQual" msprop:Generator_ColumnVarNameInTable="columnBenesQual" msprop:Generator_ColumnPropNameInRow="BenesQual" msprop:Generator_ColumnPropNameInTable="BenesQualColumn">
|
||||
<xs:element name="BenesQual" msprop:Generator_UserColumnName="BenesQual" msprop:Generator_ColumnPropNameInRow="BenesQual" msprop:Generator_ColumnVarNameInTable="columnBenesQual" msprop:Generator_ColumnPropNameInTable="BenesQualColumn">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="1" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="UDC" msprop:Generator_UserColumnName="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" minOccurs="0">
|
||||
<xs:element name="UDC" msprop:Generator_UserColumnName="UDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescFornitore" msprop:Generator_UserColumnName="DescFornitore" msprop:Generator_ColumnVarNameInTable="columnDescFornitore" msprop:Generator_ColumnPropNameInRow="DescFornitore" msprop:Generator_ColumnPropNameInTable="DescFornitoreColumn" minOccurs="0">
|
||||
<xs:element name="DescFornitore" msprop:Generator_UserColumnName="DescFornitore" msprop:Generator_ColumnPropNameInRow="DescFornitore" msprop:Generator_ColumnVarNameInTable="columnDescFornitore" msprop:Generator_ColumnPropNameInTable="DescFornitoreColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescFornitore2" msprop:Generator_UserColumnName="DescFornitore2" msprop:Generator_ColumnVarNameInTable="columnDescFornitore2" msprop:Generator_ColumnPropNameInRow="DescFornitore2" msprop:Generator_ColumnPropNameInTable="DescFornitore2Column" minOccurs="0">
|
||||
<xs:element name="DescFornitore2" msprop:Generator_UserColumnName="DescFornitore2" msprop:Generator_ColumnPropNameInRow="DescFornitore2" msprop:Generator_ColumnVarNameInTable="columnDescFornitore2" msprop:Generator_ColumnPropNameInTable="DescFornitore2Column" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CodLega2" msprop:Generator_UserColumnName="CodLega2" msprop:Generator_ColumnVarNameInTable="columnCodLega2" msprop:Generator_ColumnPropNameInRow="CodLega2" msprop:Generator_ColumnPropNameInTable="CodLega2Column" minOccurs="0">
|
||||
<xs:element name="CodLega2" msprop:Generator_UserColumnName="CodLega2" msprop:Generator_ColumnPropNameInRow="CodLega2" msprop:Generator_ColumnVarNameInTable="columnCodLega2" msprop:Generator_ColumnPropNameInTable="CodLega2Column" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="12" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescLega" msprop:Generator_UserColumnName="DescLega" msprop:Generator_ColumnVarNameInTable="columnDescLega" msprop:Generator_ColumnPropNameInRow="DescLega" msprop:Generator_ColumnPropNameInTable="DescLegaColumn" minOccurs="0">
|
||||
<xs:element name="DescLega" msprop:Generator_UserColumnName="DescLega" msprop:Generator_ColumnPropNameInRow="DescLega" msprop:Generator_ColumnVarNameInTable="columnDescLega" msprop:Generator_ColumnPropNameInTable="DescLegaColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="25" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescLega2" msprop:Generator_UserColumnName="DescLega2" msprop:Generator_ColumnVarNameInTable="columnDescLega2" msprop:Generator_ColumnPropNameInRow="DescLega2" msprop:Generator_ColumnPropNameInTable="DescLega2Column" minOccurs="0">
|
||||
<xs:element name="DescLega2" msprop:Generator_UserColumnName="DescLega2" msprop:Generator_ColumnPropNameInRow="DescLega2" msprop:Generator_ColumnVarNameInTable="columnDescLega2" msprop:Generator_ColumnPropNameInTable="DescLega2Column" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="25" />
|
||||
@@ -2361,6 +2364,20 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
<xs:element name="v_specParticolari" msprop:Generator_UserTableName="v_specParticolari" msprop:Generator_RowDeletedName="v_specParticolariRowDeleted" msprop:Generator_TableClassName="v_specParticolariDataTable" msprop:Generator_RowChangedName="v_specParticolariRowChanged" msprop:Generator_RowClassName="v_specParticolariRow" msprop:Generator_RowChangingName="v_specParticolariRowChanging" msprop:Generator_RowEvArgName="v_specParticolariRowChangeEvent" msprop:Generator_RowEvHandlerName="v_specParticolariRowChangeEventHandler" msprop:Generator_TablePropName="v_specParticolari" msprop:Generator_TableVarName="tablev_specParticolari" msprop:Generator_RowDeletingName="v_specParticolariRowDeleting">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CodCliente" msprop:Generator_UserColumnName="CodCliente" msprop:Generator_ColumnPropNameInRow="CodCliente" msprop:Generator_ColumnVarNameInTable="columnCodCliente" msprop:Generator_ColumnPropNameInTable="CodClienteColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="RagSociale" msprop:Generator_UserColumnName="RagSociale" msprop:Generator_ColumnPropNameInRow="RagSociale" msprop:Generator_ColumnVarNameInTable="columnRagSociale" msprop:Generator_ColumnPropNameInTable="RagSocialeColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Particolare" msprop:Generator_UserColumnName="Particolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
@@ -2368,6 +2385,13 @@ SELECT CodSoggetto, USER_NAME, DOMINIO FROM Soggetti2Utente WHERE (CodSoggetto =
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DescParticolare" msprop:Generator_UserColumnName="DescParticolare" msprop:Generator_ColumnPropNameInRow="DescParticolare" msprop:Generator_ColumnVarNameInTable="columnDescParticolare" msprop:Generator_ColumnPropNameInTable="DescParticolareColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="DisegnoGrezzo" msprop:Generator_UserColumnName="DisegnoGrezzo" msprop:Generator_ColumnPropNameInRow="DisegnoGrezzo" msprop:Generator_ColumnVarNameInTable="columnDisegnoGrezzo" msprop:Generator_ColumnPropNameInTable="DisegnoGrezzoColumn" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Changes to this file may cause incorrect behavior and will be lost if
|
||||
the code is regenerated.
|
||||
</autogenerated>-->
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="61" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:AnagStati" ZOrder="24" X="867" Y="533" Height="115" Width="201" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:AnagTipoDichiaraz" ZOrder="8" X="828" Y="719" Height="115" Width="254" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
@@ -23,7 +23,7 @@
|
||||
<Shape ID="DesignTable:AnagFamiglie" ZOrder="12" X="1193" Y="567" Height="134" Width="231" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
|
||||
<Shape ID="DesignTable:Soggetti2Utente" ZOrder="9" X="218" Y="1030" Height="172" Width="216" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
<Shape ID="DesignTable:stp_prtCartMatPrimaByUDC" ZOrder="3" X="859" Y="936" Height="305" Width="237" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:v_specParticolari" ZOrder="1" X="146" Y="17" Height="191" Width="241" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
|
||||
<Shape ID="DesignTable:v_specParticolari" ZOrder="1" X="80" Y="-29" Height="248" Width="241" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_AnagImpianti_AnagCompanySito" ZOrder="22" LineWidth="11">
|
||||
|
||||
@@ -15,10 +15,22 @@ namespace GMW_data.Type
|
||||
setFromTabRow(riga);
|
||||
}
|
||||
/// <summary>
|
||||
/// Codice cliente
|
||||
/// </summary>
|
||||
public string CodCliente { get; set; }
|
||||
/// <summary>
|
||||
/// Ragione Sociale
|
||||
/// </summary>
|
||||
public string RagSociale { get; set; }
|
||||
/// <summary>
|
||||
/// Codice Particolare
|
||||
/// </summary>
|
||||
public string Particolare { get; set; }
|
||||
/// <summary>
|
||||
/// Descrizione Particolare
|
||||
/// </summary>
|
||||
public string DescParticolare { get; set; }
|
||||
/// <summary>
|
||||
/// Disegno Grezzo
|
||||
/// </summary>
|
||||
public string DisegnoGrezzo { get; set; }
|
||||
@@ -41,8 +53,10 @@ namespace GMW_data.Type
|
||||
/// <param name="riga"></param>
|
||||
public void setFromTabRow(DS_Applicazione.v_specParticolariRow riga)
|
||||
{
|
||||
|
||||
CodCliente = riga.CodCliente;
|
||||
RagSociale = riga.RagSociale;
|
||||
Particolare = riga.Particolare;
|
||||
DescParticolare = riga.DescParticolare;
|
||||
DisegnoGrezzo = riga.DisegnoGrezzo;
|
||||
Esponente = riga.Esponente;
|
||||
CodStampo = riga.CodStampo;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user