dsInversiones.xsd 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="dsInversiones" targetNamespace="http://tempuri.org/dsInversiones.xsd" xmlns:mstns="http://tempuri.org/dsInversiones.xsd" xmlns="http://tempuri.org/dsInversiones.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
  3. <xs:annotation>
  4. <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
  5. <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
  6. <Connections>
  7. <Connection ConnectionStringObject="Data Source=XOMBRA\SQL2014;Initial Catalog=Inversiones_20190620;Integrated Security=True" IsAppSettingsProperty="false" Modifier="Assembly" Name="xombra\sql2014.Inversiones_20190620.dbo" ParameterPrefix="@" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ECALRITableAdapter" GeneratorDataComponentClassName="ECALRITableAdapter" Name="ECALRI" UserDataComponentName="ECALRITableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="xombra\sql2014.Inversiones_20190620.dbo" DbObjectName="Inversiones_20190620.dbo.ECALRI" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  13. <DeleteCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>DELETE FROM [dbo].[ECALRI] WHERE (([CodECalRi] = @Original_CodECalRi) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)))</CommandText>
  16. <Parameters>
  17. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodECalRi" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodECalRi" SourceColumnNullMapping="false" SourceVersion="Original" />
  18. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  19. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  20. </Parameters>
  21. </DbCommand>
  22. </DeleteCommand>
  23. <InsertCommand>
  24. <DbCommand CommandType="Text" ModifiedByUser="false">
  25. <CommandText>INSERT INTO [dbo].[ECALRI] ([CodECalRi], [Descrip]) VALUES (@CodECalRi, @Descrip);
  26. SELECT CodECalRi, Descrip FROM ECALRI WHERE (CodECalRi = @CodECalRi)</CommandText>
  27. <Parameters>
  28. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodECalRi" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodECalRi" SourceColumnNullMapping="false" SourceVersion="Current" />
  29. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  30. </Parameters>
  31. </DbCommand>
  32. </InsertCommand>
  33. <SelectCommand>
  34. <DbCommand CommandType="Text" ModifiedByUser="false">
  35. <CommandText>SELECT CodECalRi, Descrip FROM dbo.ECALRI</CommandText>
  36. <Parameters />
  37. </DbCommand>
  38. </SelectCommand>
  39. <UpdateCommand>
  40. <DbCommand CommandType="Text" ModifiedByUser="false">
  41. <CommandText>UPDATE [dbo].[ECALRI] SET [CodECalRi] = @CodECalRi, [Descrip] = @Descrip WHERE (([CodECalRi] = @Original_CodECalRi) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)));
  42. SELECT CodECalRi, Descrip FROM ECALRI WHERE (CodECalRi = @CodECalRi)</CommandText>
  43. <Parameters>
  44. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodECalRi" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodECalRi" SourceColumnNullMapping="false" SourceVersion="Current" />
  45. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  46. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodECalRi" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodECalRi" SourceColumnNullMapping="false" SourceVersion="Original" />
  47. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  48. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  49. </Parameters>
  50. </DbCommand>
  51. </UpdateCommand>
  52. </DbSource>
  53. </MainSource>
  54. <Mappings>
  55. <Mapping SourceColumn="CodECalRi" DataSetColumn="CodECalRi" />
  56. <Mapping SourceColumn="Descrip" DataSetColumn="Descrip" />
  57. </Mappings>
  58. <Sources />
  59. </TableAdapter>
  60. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="EMISTableAdapter" GeneratorDataComponentClassName="EMISTableAdapter" Name="EMIS" UserDataComponentName="EMISTableAdapter">
  61. <MainSource>
  62. <DbSource ConnectionRef="xombra\sql2014.Inversiones_20190620.dbo" DbObjectName="Inversiones_20190620.dbo.EMIS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  63. <DeleteCommand>
  64. <DbCommand CommandType="Text" ModifiedByUser="false">
  65. <CommandText>DELETE FROM [dbo].[EMIS] WHERE (([CodEmis] = @Original_CodEmis) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_Estado = 1 AND [Estado] IS NULL) OR ([Estado] = @Original_Estado)))</CommandText>
  66. <Parameters>
  67. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CodEmis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodEmis" SourceColumnNullMapping="false" SourceVersion="Original" />
  68. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  69. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  70. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Estado" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Estado" SourceColumnNullMapping="true" SourceVersion="Original" />
  71. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Estado" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Estado" SourceColumnNullMapping="false" SourceVersion="Original" />
  72. </Parameters>
  73. </DbCommand>
  74. </DeleteCommand>
  75. <InsertCommand>
  76. <DbCommand CommandType="Text" ModifiedByUser="false">
  77. <CommandText>INSERT INTO [dbo].[EMIS] ([Descrip], [Estado]) VALUES (@Descrip, @Estado);
  78. SELECT CodEmis, Descrip, Estado FROM EMIS WHERE (CodEmis = SCOPE_IDENTITY())</CommandText>
  79. <Parameters>
  80. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  81. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Estado" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Estado" SourceColumnNullMapping="false" SourceVersion="Current" />
  82. </Parameters>
  83. </DbCommand>
  84. </InsertCommand>
  85. <SelectCommand>
  86. <DbCommand CommandType="Text" ModifiedByUser="false">
  87. <CommandText>SELECT CodEmis, Descrip, Estado FROM dbo.EMIS</CommandText>
  88. <Parameters />
  89. </DbCommand>
  90. </SelectCommand>
  91. <UpdateCommand>
  92. <DbCommand CommandType="Text" ModifiedByUser="false">
  93. <CommandText>UPDATE [dbo].[EMIS] SET [Descrip] = @Descrip, [Estado] = @Estado WHERE (([CodEmis] = @Original_CodEmis) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_Estado = 1 AND [Estado] IS NULL) OR ([Estado] = @Original_Estado)));
  94. SELECT CodEmis, Descrip, Estado FROM EMIS WHERE (CodEmis = @CodEmis)</CommandText>
  95. <Parameters>
  96. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  97. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Estado" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Estado" SourceColumnNullMapping="false" SourceVersion="Current" />
  98. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CodEmis" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodEmis" SourceColumnNullMapping="false" SourceVersion="Original" />
  99. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  100. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  101. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Estado" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Estado" SourceColumnNullMapping="true" SourceVersion="Original" />
  102. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Estado" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Estado" SourceColumnNullMapping="false" SourceVersion="Original" />
  103. <Parameter AllowDbNull="false" AutogeneratedName="CodEmis" ColumnName="CodEmis" DataSourceName="Inversiones_20190620.dbo.EMIS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CodEmis" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="CodEmis" SourceColumnNullMapping="false" SourceVersion="Current" />
  104. </Parameters>
  105. </DbCommand>
  106. </UpdateCommand>
  107. </DbSource>
  108. </MainSource>
  109. <Mappings>
  110. <Mapping SourceColumn="CodEmis" DataSetColumn="CodEmis" />
  111. <Mapping SourceColumn="Descrip" DataSetColumn="Descrip" />
  112. <Mapping SourceColumn="Estado" DataSetColumn="Estado" />
  113. </Mappings>
  114. <Sources />
  115. </TableAdapter>
  116. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="EMPRTableAdapter" GeneratorDataComponentClassName="EMPRTableAdapter" Name="EMPR" UserDataComponentName="EMPRTableAdapter">
  117. <MainSource>
  118. <DbSource ConnectionRef="xombra\sql2014.Inversiones_20190620.dbo" DbObjectName="Inversiones_20190620.dbo.EMPR" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  119. <DeleteCommand>
  120. <DbCommand CommandType="Text" ModifiedByUser="false">
  121. <CommandText>DELETE FROM [dbo].[EMPR] WHERE (([CodEmpr] = @Original_CodEmpr) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_SAP_BD = 1 AND [SAP_BD] IS NULL) OR ([SAP_BD] = @Original_SAP_BD)))</CommandText>
  122. <Parameters>
  123. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodEmpr" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodEmpr" SourceColumnNullMapping="false" SourceVersion="Original" />
  124. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  125. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  126. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SAP_BD" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SAP_BD" SourceColumnNullMapping="true" SourceVersion="Original" />
  127. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_SAP_BD" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SAP_BD" SourceColumnNullMapping="false" SourceVersion="Original" />
  128. </Parameters>
  129. </DbCommand>
  130. </DeleteCommand>
  131. <InsertCommand>
  132. <DbCommand CommandType="Text" ModifiedByUser="false">
  133. <CommandText>INSERT INTO [dbo].[EMPR] ([CodEmpr], [Descrip], [SAP_BD]) VALUES (@CodEmpr, @Descrip, @SAP_BD);
  134. SELECT CodEmpr, Descrip, SAP_BD FROM EMPR WHERE (CodEmpr = @CodEmpr)</CommandText>
  135. <Parameters>
  136. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodEmpr" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodEmpr" SourceColumnNullMapping="false" SourceVersion="Current" />
  137. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  138. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@SAP_BD" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SAP_BD" SourceColumnNullMapping="false" SourceVersion="Current" />
  139. </Parameters>
  140. </DbCommand>
  141. </InsertCommand>
  142. <SelectCommand>
  143. <DbCommand CommandType="Text" ModifiedByUser="false">
  144. <CommandText>SELECT CodEmpr, Descrip, SAP_BD FROM dbo.EMPR</CommandText>
  145. <Parameters />
  146. </DbCommand>
  147. </SelectCommand>
  148. <UpdateCommand>
  149. <DbCommand CommandType="Text" ModifiedByUser="false">
  150. <CommandText>UPDATE [dbo].[EMPR] SET [CodEmpr] = @CodEmpr, [Descrip] = @Descrip, [SAP_BD] = @SAP_BD WHERE (([CodEmpr] = @Original_CodEmpr) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_SAP_BD = 1 AND [SAP_BD] IS NULL) OR ([SAP_BD] = @Original_SAP_BD)));
  151. SELECT CodEmpr, Descrip, SAP_BD FROM EMPR WHERE (CodEmpr = @CodEmpr)</CommandText>
  152. <Parameters>
  153. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodEmpr" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodEmpr" SourceColumnNullMapping="false" SourceVersion="Current" />
  154. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  155. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@SAP_BD" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SAP_BD" SourceColumnNullMapping="false" SourceVersion="Current" />
  156. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodEmpr" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodEmpr" SourceColumnNullMapping="false" SourceVersion="Original" />
  157. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  158. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  159. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SAP_BD" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SAP_BD" SourceColumnNullMapping="true" SourceVersion="Original" />
  160. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_SAP_BD" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SAP_BD" SourceColumnNullMapping="false" SourceVersion="Original" />
  161. </Parameters>
  162. </DbCommand>
  163. </UpdateCommand>
  164. </DbSource>
  165. </MainSource>
  166. <Mappings>
  167. <Mapping SourceColumn="CodEmpr" DataSetColumn="CodEmpr" />
  168. <Mapping SourceColumn="Descrip" DataSetColumn="Descrip" />
  169. <Mapping SourceColumn="SAP_BD" DataSetColumn="SAP_BD" />
  170. </Mappings>
  171. <Sources />
  172. </TableAdapter>
  173. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="INFITableAdapter" GeneratorDataComponentClassName="INFITableAdapter" Name="INFI" UserDataComponentName="INFITableAdapter">
  174. <MainSource>
  175. <DbSource ConnectionRef="xombra\sql2014.Inversiones_20190620.dbo" DbObjectName="Inversiones_20190620.dbo.INFI" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  176. <DeleteCommand>
  177. <DbCommand CommandType="Text" ModifiedByUser="false">
  178. <CommandText>DELETE FROM [dbo].[INFI] WHERE (([CodIF] = @Original_CodIF) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_Tipo = 1 AND [Tipo] IS NULL) OR ([Tipo] = @Original_Tipo)))</CommandText>
  179. <Parameters>
  180. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodIF" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodIF" SourceColumnNullMapping="false" SourceVersion="Original" />
  181. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  182. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  183. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Tipo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Tipo" SourceColumnNullMapping="true" SourceVersion="Original" />
  184. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Tipo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Tipo" SourceColumnNullMapping="false" SourceVersion="Original" />
  185. </Parameters>
  186. </DbCommand>
  187. </DeleteCommand>
  188. <InsertCommand>
  189. <DbCommand CommandType="Text" ModifiedByUser="false">
  190. <CommandText>INSERT INTO [dbo].[INFI] ([CodIF], [Descrip], [Tipo]) VALUES (@CodIF, @Descrip, @Tipo);
  191. SELECT CodIF, Descrip, Tipo FROM INFI WHERE (CodIF = @CodIF)</CommandText>
  192. <Parameters>
  193. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodIF" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodIF" SourceColumnNullMapping="false" SourceVersion="Current" />
  194. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  195. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Tipo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Tipo" SourceColumnNullMapping="false" SourceVersion="Current" />
  196. </Parameters>
  197. </DbCommand>
  198. </InsertCommand>
  199. <SelectCommand>
  200. <DbCommand CommandType="Text" ModifiedByUser="false">
  201. <CommandText>SELECT CodIF, Descrip, Tipo FROM dbo.INFI</CommandText>
  202. <Parameters />
  203. </DbCommand>
  204. </SelectCommand>
  205. <UpdateCommand>
  206. <DbCommand CommandType="Text" ModifiedByUser="false">
  207. <CommandText>UPDATE [dbo].[INFI] SET [CodIF] = @CodIF, [Descrip] = @Descrip, [Tipo] = @Tipo WHERE (([CodIF] = @Original_CodIF) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_Tipo = 1 AND [Tipo] IS NULL) OR ([Tipo] = @Original_Tipo)));
  208. SELECT CodIF, Descrip, Tipo FROM INFI WHERE (CodIF = @CodIF)</CommandText>
  209. <Parameters>
  210. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodIF" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodIF" SourceColumnNullMapping="false" SourceVersion="Current" />
  211. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  212. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Tipo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Tipo" SourceColumnNullMapping="false" SourceVersion="Current" />
  213. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodIF" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodIF" SourceColumnNullMapping="false" SourceVersion="Original" />
  214. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  215. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  216. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Tipo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Tipo" SourceColumnNullMapping="true" SourceVersion="Original" />
  217. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Tipo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Tipo" SourceColumnNullMapping="false" SourceVersion="Original" />
  218. </Parameters>
  219. </DbCommand>
  220. </UpdateCommand>
  221. </DbSource>
  222. </MainSource>
  223. <Mappings>
  224. <Mapping SourceColumn="CodIF" DataSetColumn="CodIF" />
  225. <Mapping SourceColumn="Descrip" DataSetColumn="Descrip" />
  226. <Mapping SourceColumn="Tipo" DataSetColumn="Tipo" />
  227. </Mappings>
  228. <Sources />
  229. </TableAdapter>
  230. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PAISTableAdapter" GeneratorDataComponentClassName="PAISTableAdapter" Name="PAIS" UserDataComponentName="PAISTableAdapter">
  231. <MainSource>
  232. <DbSource ConnectionRef="xombra\sql2014.Inversiones_20190620.dbo" DbObjectName="Inversiones_20190620.dbo.PAIS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  233. <DeleteCommand>
  234. <DbCommand CommandType="Text" ModifiedByUser="false">
  235. <CommandText>DELETE FROM [dbo].[PAIS] WHERE (([CodPais] = @Original_CodPais) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_RelInv = 1 AND [RelInv] IS NULL) OR ([RelInv] = @Original_RelInv)))</CommandText>
  236. <Parameters>
  237. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodPais" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodPais" SourceColumnNullMapping="false" SourceVersion="Original" />
  238. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  239. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  240. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_RelInv" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RelInv" SourceColumnNullMapping="true" SourceVersion="Original" />
  241. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_RelInv" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RelInv" SourceColumnNullMapping="false" SourceVersion="Original" />
  242. </Parameters>
  243. </DbCommand>
  244. </DeleteCommand>
  245. <InsertCommand>
  246. <DbCommand CommandType="Text" ModifiedByUser="false">
  247. <CommandText>INSERT INTO [dbo].[PAIS] ([CodPais], [Descrip], [RelInv]) VALUES (@CodPais, @Descrip, @RelInv);
  248. SELECT CodPais, Descrip, RelInv FROM PAIS WHERE (CodPais = @CodPais)</CommandText>
  249. <Parameters>
  250. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodPais" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodPais" SourceColumnNullMapping="false" SourceVersion="Current" />
  251. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  252. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@RelInv" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RelInv" SourceColumnNullMapping="false" SourceVersion="Current" />
  253. </Parameters>
  254. </DbCommand>
  255. </InsertCommand>
  256. <SelectCommand>
  257. <DbCommand CommandType="Text" ModifiedByUser="false">
  258. <CommandText>SELECT CodPais, Descrip, RelInv FROM dbo.PAIS</CommandText>
  259. <Parameters />
  260. </DbCommand>
  261. </SelectCommand>
  262. <UpdateCommand>
  263. <DbCommand CommandType="Text" ModifiedByUser="false">
  264. <CommandText>UPDATE [dbo].[PAIS] SET [CodPais] = @CodPais, [Descrip] = @Descrip, [RelInv] = @RelInv WHERE (([CodPais] = @Original_CodPais) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_RelInv = 1 AND [RelInv] IS NULL) OR ([RelInv] = @Original_RelInv)));
  265. SELECT CodPais, Descrip, RelInv FROM PAIS WHERE (CodPais = @CodPais)</CommandText>
  266. <Parameters>
  267. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodPais" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodPais" SourceColumnNullMapping="false" SourceVersion="Current" />
  268. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Current" />
  269. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@RelInv" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RelInv" SourceColumnNullMapping="false" SourceVersion="Current" />
  270. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodPais" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodPais" SourceColumnNullMapping="false" SourceVersion="Original" />
  271. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Descrip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="true" SourceVersion="Original" />
  272. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Descrip" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Descrip" SourceColumnNullMapping="false" SourceVersion="Original" />
  273. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_RelInv" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RelInv" SourceColumnNullMapping="true" SourceVersion="Original" />
  274. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_RelInv" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RelInv" SourceColumnNullMapping="false" SourceVersion="Original" />
  275. </Parameters>
  276. </DbCommand>
  277. </UpdateCommand>
  278. </DbSource>
  279. </MainSource>
  280. <Mappings>
  281. <Mapping SourceColumn="CodPais" DataSetColumn="CodPais" />
  282. <Mapping SourceColumn="Descrip" DataSetColumn="Descrip" />
  283. <Mapping SourceColumn="RelInv" DataSetColumn="RelInv" />
  284. </Mappings>
  285. <Sources />
  286. </TableAdapter>
  287. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SP_InventarioMasterTableAdapter" GeneratorDataComponentClassName="SP_InventarioMasterTableAdapter" Name="SP_InventarioMaster" UserDataComponentName="SP_InventarioMasterTableAdapter">
  288. <MainSource>
  289. <DbSource ConnectionRef="xombra\sql2014.Inversiones_20190620.dbo" DbObjectName="Inversiones_20190620.dbo.SP_InventarioMaster" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  290. <SelectCommand>
  291. <DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
  292. <CommandText>dbo.SP_InventarioMaster</CommandText>
  293. <Parameters>
  294. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
  295. </Parameters>
  296. </DbCommand>
  297. </SelectCommand>
  298. </DbSource>
  299. </MainSource>
  300. <Mappings>
  301. <Mapping SourceColumn="CodInv" DataSetColumn="CodInv" />
  302. <Mapping SourceColumn="CodIF" DataSetColumn="CodIF" />
  303. <Mapping SourceColumn="Estado" DataSetColumn="Estado" />
  304. <Mapping SourceColumn="CodEmpr" DataSetColumn="CodEmpr" />
  305. <Mapping SourceColumn="NombreManIF" DataSetColumn="NombreManIF" />
  306. <Mapping SourceColumn="CodManIF" DataSetColumn="CodManIF" />
  307. <Mapping SourceColumn="CodEmis" DataSetColumn="CodEmis" />
  308. <Mapping SourceColumn="iCasaBanco" DataSetColumn="iCasaBanco" />
  309. <Mapping SourceColumn="vCasaBanco" DataSetColumn="vCasaBanco" />
  310. <Mapping SourceColumn="TipoMerc" DataSetColumn="TipoMerc" />
  311. <Mapping SourceColumn="CodCalRi" DataSetColumn="CodCalRi" />
  312. <Mapping SourceColumn="CodECalRi" DataSetColumn="CodECalRi" />
  313. <Mapping SourceColumn="ValorNominal" DataSetColumn="ValorNominal" />
  314. </Mappings>
  315. <Sources />
  316. </TableAdapter>
  317. </Tables>
  318. <Sources />
  319. </DataSource>
  320. </xs:appinfo>
  321. </xs:annotation>
  322. <xs:element name="dsInversiones" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="dsInversiones" msprop:Generator_UserDSName="dsInversiones">
  323. <xs:complexType>
  324. <xs:choice minOccurs="0" maxOccurs="unbounded">
  325. <xs:element name="ECALRI" msprop:Generator_TableClassName="ECALRIDataTable" msprop:Generator_TableVarName="tableECALRI" msprop:Generator_TablePropName="ECALRI" msprop:Generator_RowDeletingName="ECALRIRowDeleting" msprop:Generator_RowChangingName="ECALRIRowChanging" msprop:Generator_RowEvHandlerName="ECALRIRowChangeEventHandler" msprop:Generator_RowDeletedName="ECALRIRowDeleted" msprop:Generator_UserTableName="ECALRI" msprop:Generator_RowChangedName="ECALRIRowChanged" msprop:Generator_RowEvArgName="ECALRIRowChangeEvent" msprop:Generator_RowClassName="ECALRIRow">
  326. <xs:complexType>
  327. <xs:sequence>
  328. <xs:element name="CodECalRi" msprop:Generator_ColumnVarNameInTable="columnCodECalRi" msprop:Generator_ColumnPropNameInRow="CodECalRi" msprop:Generator_ColumnPropNameInTable="CodECalRiColumn" msprop:Generator_UserColumnName="CodECalRi">
  329. <xs:simpleType>
  330. <xs:restriction base="xs:string">
  331. <xs:maxLength value="8" />
  332. </xs:restriction>
  333. </xs:simpleType>
  334. </xs:element>
  335. <xs:element name="Descrip" msprop:Generator_ColumnVarNameInTable="columnDescrip" msprop:Generator_ColumnPropNameInRow="Descrip" msprop:Generator_ColumnPropNameInTable="DescripColumn" msprop:Generator_UserColumnName="Descrip" minOccurs="0">
  336. <xs:simpleType>
  337. <xs:restriction base="xs:string">
  338. <xs:maxLength value="100" />
  339. </xs:restriction>
  340. </xs:simpleType>
  341. </xs:element>
  342. </xs:sequence>
  343. </xs:complexType>
  344. </xs:element>
  345. <xs:element name="EMIS" msprop:Generator_TableClassName="EMISDataTable" msprop:Generator_TableVarName="tableEMIS" msprop:Generator_TablePropName="EMIS" msprop:Generator_RowDeletingName="EMISRowDeleting" msprop:Generator_RowChangingName="EMISRowChanging" msprop:Generator_RowEvHandlerName="EMISRowChangeEventHandler" msprop:Generator_RowDeletedName="EMISRowDeleted" msprop:Generator_UserTableName="EMIS" msprop:Generator_RowChangedName="EMISRowChanged" msprop:Generator_RowEvArgName="EMISRowChangeEvent" msprop:Generator_RowClassName="EMISRow">
  346. <xs:complexType>
  347. <xs:sequence>
  348. <xs:element name="CodEmis" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnCodEmis" msprop:Generator_ColumnPropNameInRow="CodEmis" msprop:Generator_ColumnPropNameInTable="CodEmisColumn" msprop:Generator_UserColumnName="CodEmis" type="xs:int" />
  349. <xs:element name="Descrip" msprop:Generator_ColumnVarNameInTable="columnDescrip" msprop:Generator_ColumnPropNameInRow="Descrip" msprop:Generator_ColumnPropNameInTable="DescripColumn" msprop:Generator_UserColumnName="Descrip" minOccurs="0">
  350. <xs:simpleType>
  351. <xs:restriction base="xs:string">
  352. <xs:maxLength value="100" />
  353. </xs:restriction>
  354. </xs:simpleType>
  355. </xs:element>
  356. <xs:element name="Estado" msprop:Generator_ColumnVarNameInTable="columnEstado" msprop:Generator_ColumnPropNameInRow="Estado" msprop:Generator_ColumnPropNameInTable="EstadoColumn" msprop:Generator_UserColumnName="Estado" minOccurs="0">
  357. <xs:simpleType>
  358. <xs:restriction base="xs:string">
  359. <xs:maxLength value="1" />
  360. </xs:restriction>
  361. </xs:simpleType>
  362. </xs:element>
  363. </xs:sequence>
  364. </xs:complexType>
  365. </xs:element>
  366. <xs:element name="EMPR" msprop:Generator_TableClassName="EMPRDataTable" msprop:Generator_TableVarName="tableEMPR" msprop:Generator_TablePropName="EMPR" msprop:Generator_RowDeletingName="EMPRRowDeleting" msprop:Generator_RowChangingName="EMPRRowChanging" msprop:Generator_RowEvHandlerName="EMPRRowChangeEventHandler" msprop:Generator_RowDeletedName="EMPRRowDeleted" msprop:Generator_UserTableName="EMPR" msprop:Generator_RowChangedName="EMPRRowChanged" msprop:Generator_RowEvArgName="EMPRRowChangeEvent" msprop:Generator_RowClassName="EMPRRow">
  367. <xs:complexType>
  368. <xs:sequence>
  369. <xs:element name="CodEmpr" msprop:Generator_ColumnVarNameInTable="columnCodEmpr" msprop:Generator_ColumnPropNameInRow="CodEmpr" msprop:Generator_ColumnPropNameInTable="CodEmprColumn" msprop:Generator_UserColumnName="CodEmpr">
  370. <xs:simpleType>
  371. <xs:restriction base="xs:string">
  372. <xs:maxLength value="10" />
  373. </xs:restriction>
  374. </xs:simpleType>
  375. </xs:element>
  376. <xs:element name="Descrip" msprop:Generator_ColumnVarNameInTable="columnDescrip" msprop:Generator_ColumnPropNameInRow="Descrip" msprop:Generator_ColumnPropNameInTable="DescripColumn" msprop:Generator_UserColumnName="Descrip" minOccurs="0">
  377. <xs:simpleType>
  378. <xs:restriction base="xs:string">
  379. <xs:maxLength value="100" />
  380. </xs:restriction>
  381. </xs:simpleType>
  382. </xs:element>
  383. <xs:element name="SAP_BD" msprop:Generator_ColumnVarNameInTable="columnSAP_BD" msprop:Generator_ColumnPropNameInRow="SAP_BD" msprop:Generator_ColumnPropNameInTable="SAP_BDColumn" msprop:Generator_UserColumnName="SAP_BD" minOccurs="0">
  384. <xs:simpleType>
  385. <xs:restriction base="xs:string">
  386. <xs:maxLength value="50" />
  387. </xs:restriction>
  388. </xs:simpleType>
  389. </xs:element>
  390. </xs:sequence>
  391. </xs:complexType>
  392. </xs:element>
  393. <xs:element name="INFI" msprop:Generator_TableClassName="INFIDataTable" msprop:Generator_TableVarName="tableINFI" msprop:Generator_TablePropName="INFI" msprop:Generator_RowDeletingName="INFIRowDeleting" msprop:Generator_RowChangingName="INFIRowChanging" msprop:Generator_RowEvHandlerName="INFIRowChangeEventHandler" msprop:Generator_RowDeletedName="INFIRowDeleted" msprop:Generator_UserTableName="INFI" msprop:Generator_RowChangedName="INFIRowChanged" msprop:Generator_RowEvArgName="INFIRowChangeEvent" msprop:Generator_RowClassName="INFIRow">
  394. <xs:complexType>
  395. <xs:sequence>
  396. <xs:element name="CodIF" msprop:Generator_ColumnVarNameInTable="columnCodIF" msprop:Generator_ColumnPropNameInRow="CodIF" msprop:Generator_ColumnPropNameInTable="CodIFColumn" msprop:Generator_UserColumnName="CodIF">
  397. <xs:simpleType>
  398. <xs:restriction base="xs:string">
  399. <xs:maxLength value="10" />
  400. </xs:restriction>
  401. </xs:simpleType>
  402. </xs:element>
  403. <xs:element name="Descrip" msprop:Generator_ColumnVarNameInTable="columnDescrip" msprop:Generator_ColumnPropNameInRow="Descrip" msprop:Generator_ColumnPropNameInTable="DescripColumn" msprop:Generator_UserColumnName="Descrip" minOccurs="0">
  404. <xs:simpleType>
  405. <xs:restriction base="xs:string">
  406. <xs:maxLength value="50" />
  407. </xs:restriction>
  408. </xs:simpleType>
  409. </xs:element>
  410. <xs:element name="Tipo" msprop:Generator_ColumnVarNameInTable="columnTipo" msprop:Generator_ColumnPropNameInRow="Tipo" msprop:Generator_ColumnPropNameInTable="TipoColumn" msprop:Generator_UserColumnName="Tipo" minOccurs="0">
  411. <xs:simpleType>
  412. <xs:restriction base="xs:string">
  413. <xs:maxLength value="10" />
  414. </xs:restriction>
  415. </xs:simpleType>
  416. </xs:element>
  417. </xs:sequence>
  418. </xs:complexType>
  419. </xs:element>
  420. <xs:element name="PAIS" msprop:Generator_TableClassName="PAISDataTable" msprop:Generator_TableVarName="tablePAIS" msprop:Generator_TablePropName="PAIS" msprop:Generator_RowDeletingName="PAISRowDeleting" msprop:Generator_RowChangingName="PAISRowChanging" msprop:Generator_RowEvHandlerName="PAISRowChangeEventHandler" msprop:Generator_RowDeletedName="PAISRowDeleted" msprop:Generator_UserTableName="PAIS" msprop:Generator_RowChangedName="PAISRowChanged" msprop:Generator_RowEvArgName="PAISRowChangeEvent" msprop:Generator_RowClassName="PAISRow">
  421. <xs:complexType>
  422. <xs:sequence>
  423. <xs:element name="CodPais" msprop:Generator_ColumnVarNameInTable="columnCodPais" msprop:Generator_ColumnPropNameInRow="CodPais" msprop:Generator_ColumnPropNameInTable="CodPaisColumn" msprop:Generator_UserColumnName="CodPais">
  424. <xs:simpleType>
  425. <xs:restriction base="xs:string">
  426. <xs:maxLength value="3" />
  427. </xs:restriction>
  428. </xs:simpleType>
  429. </xs:element>
  430. <xs:element name="Descrip" msprop:Generator_ColumnVarNameInTable="columnDescrip" msprop:Generator_ColumnPropNameInRow="Descrip" msprop:Generator_ColumnPropNameInTable="DescripColumn" msprop:Generator_UserColumnName="Descrip" minOccurs="0">
  431. <xs:simpleType>
  432. <xs:restriction base="xs:string">
  433. <xs:maxLength value="50" />
  434. </xs:restriction>
  435. </xs:simpleType>
  436. </xs:element>
  437. <xs:element name="RelInv" msprop:Generator_ColumnVarNameInTable="columnRelInv" msprop:Generator_ColumnPropNameInRow="RelInv" msprop:Generator_ColumnPropNameInTable="RelInvColumn" msprop:Generator_UserColumnName="RelInv" minOccurs="0">
  438. <xs:simpleType>
  439. <xs:restriction base="xs:string">
  440. <xs:maxLength value="1" />
  441. </xs:restriction>
  442. </xs:simpleType>
  443. </xs:element>
  444. </xs:sequence>
  445. </xs:complexType>
  446. </xs:element>
  447. <xs:element name="SP_InventarioMaster" msprop:Generator_TableClassName="SP_InventarioMasterDataTable" msprop:Generator_TableVarName="tableSP_InventarioMaster" msprop:Generator_TablePropName="SP_InventarioMaster" msprop:Generator_RowDeletingName="SP_InventarioMasterRowDeleting" msprop:Generator_RowChangingName="SP_InventarioMasterRowChanging" msprop:Generator_RowEvHandlerName="SP_InventarioMasterRowChangeEventHandler" msprop:Generator_RowDeletedName="SP_InventarioMasterRowDeleted" msprop:Generator_UserTableName="SP_InventarioMaster" msprop:Generator_RowChangedName="SP_InventarioMasterRowChanged" msprop:Generator_RowEvArgName="SP_InventarioMasterRowChangeEvent" msprop:Generator_RowClassName="SP_InventarioMasterRow">
  448. <xs:complexType>
  449. <xs:sequence>
  450. <xs:element name="CodInv" msprop:Generator_ColumnVarNameInTable="columnCodInv" msprop:Generator_ColumnPropNameInRow="CodInv" msprop:Generator_ColumnPropNameInTable="CodInvColumn" msprop:Generator_UserColumnName="CodInv" minOccurs="0">
  451. <xs:simpleType>
  452. <xs:restriction base="xs:string">
  453. <xs:maxLength value="20" />
  454. </xs:restriction>
  455. </xs:simpleType>
  456. </xs:element>
  457. <xs:element name="CodIF" msprop:Generator_ColumnVarNameInTable="columnCodIF" msprop:Generator_ColumnPropNameInRow="CodIF" msprop:Generator_ColumnPropNameInTable="CodIFColumn" msprop:Generator_UserColumnName="CodIF" minOccurs="0">
  458. <xs:simpleType>
  459. <xs:restriction base="xs:string">
  460. <xs:maxLength value="10" />
  461. </xs:restriction>
  462. </xs:simpleType>
  463. </xs:element>
  464. <xs:element name="Estado" msprop:Generator_ColumnVarNameInTable="columnEstado" msprop:Generator_ColumnPropNameInRow="Estado" msprop:Generator_ColumnPropNameInTable="EstadoColumn" msprop:Generator_UserColumnName="Estado" minOccurs="0">
  465. <xs:simpleType>
  466. <xs:restriction base="xs:string">
  467. <xs:maxLength value="4" />
  468. </xs:restriction>
  469. </xs:simpleType>
  470. </xs:element>
  471. <xs:element name="CodEmpr" msprop:Generator_ColumnVarNameInTable="columnCodEmpr" msprop:Generator_ColumnPropNameInRow="CodEmpr" msprop:Generator_ColumnPropNameInTable="CodEmprColumn" msprop:Generator_UserColumnName="CodEmpr" minOccurs="0">
  472. <xs:simpleType>
  473. <xs:restriction base="xs:string">
  474. <xs:maxLength value="10" />
  475. </xs:restriction>
  476. </xs:simpleType>
  477. </xs:element>
  478. <xs:element name="NombreManIF" msprop:Generator_ColumnVarNameInTable="columnNombreManIF" msprop:Generator_ColumnPropNameInRow="NombreManIF" msprop:Generator_ColumnPropNameInTable="NombreManIFColumn" msprop:Generator_UserColumnName="NombreManIF" minOccurs="0">
  479. <xs:simpleType>
  480. <xs:restriction base="xs:string">
  481. <xs:maxLength value="50" />
  482. </xs:restriction>
  483. </xs:simpleType>
  484. </xs:element>
  485. <xs:element name="CodManIF" msprop:Generator_ColumnVarNameInTable="columnCodManIF" msprop:Generator_ColumnPropNameInRow="CodManIF" msprop:Generator_ColumnPropNameInTable="CodManIFColumn" msprop:Generator_UserColumnName="CodManIF" minOccurs="0">
  486. <xs:simpleType>
  487. <xs:restriction base="xs:string">
  488. <xs:maxLength value="50" />
  489. </xs:restriction>
  490. </xs:simpleType>
  491. </xs:element>
  492. <xs:element name="CodEmis" msprop:Generator_ColumnVarNameInTable="columnCodEmis" msprop:Generator_ColumnPropNameInRow="CodEmis" msprop:Generator_ColumnPropNameInTable="CodEmisColumn" msprop:Generator_UserColumnName="CodEmis" type="xs:int" minOccurs="0" />
  493. <xs:element name="iCasaBanco" msprop:Generator_ColumnVarNameInTable="columniCasaBanco" msprop:Generator_ColumnPropNameInRow="iCasaBanco" msprop:Generator_ColumnPropNameInTable="iCasaBancoColumn" msprop:Generator_UserColumnName="iCasaBanco" minOccurs="0">
  494. <xs:simpleType>
  495. <xs:restriction base="xs:string">
  496. <xs:maxLength value="1" />
  497. </xs:restriction>
  498. </xs:simpleType>
  499. </xs:element>
  500. <xs:element name="vCasaBanco" msprop:Generator_ColumnVarNameInTable="columnvCasaBanco" msprop:Generator_ColumnPropNameInRow="vCasaBanco" msprop:Generator_ColumnPropNameInTable="vCasaBancoColumn" msprop:Generator_UserColumnName="vCasaBanco" minOccurs="0">
  501. <xs:simpleType>
  502. <xs:restriction base="xs:string">
  503. <xs:maxLength value="10" />
  504. </xs:restriction>
  505. </xs:simpleType>
  506. </xs:element>
  507. <xs:element name="TipoMerc" msprop:Generator_ColumnVarNameInTable="columnTipoMerc" msprop:Generator_ColumnPropNameInRow="TipoMerc" msprop:Generator_ColumnPropNameInTable="TipoMercColumn" msprop:Generator_UserColumnName="TipoMerc" minOccurs="0">
  508. <xs:simpleType>
  509. <xs:restriction base="xs:string">
  510. <xs:maxLength value="4" />
  511. </xs:restriction>
  512. </xs:simpleType>
  513. </xs:element>
  514. <xs:element name="CodCalRi" msprop:Generator_ColumnVarNameInTable="columnCodCalRi" msprop:Generator_ColumnPropNameInRow="CodCalRi" msprop:Generator_ColumnPropNameInTable="CodCalRiColumn" msprop:Generator_UserColumnName="CodCalRi" minOccurs="0">
  515. <xs:simpleType>
  516. <xs:restriction base="xs:string">
  517. <xs:maxLength value="8" />
  518. </xs:restriction>
  519. </xs:simpleType>
  520. </xs:element>
  521. <xs:element name="CodECalRi" msprop:Generator_ColumnVarNameInTable="columnCodECalRi" msprop:Generator_ColumnPropNameInRow="CodECalRi" msprop:Generator_ColumnPropNameInTable="CodECalRiColumn" msprop:Generator_UserColumnName="CodECalRi" minOccurs="0">
  522. <xs:simpleType>
  523. <xs:restriction base="xs:string">
  524. <xs:maxLength value="8" />
  525. </xs:restriction>
  526. </xs:simpleType>
  527. </xs:element>
  528. <xs:element name="ValorNominal" msprop:Generator_ColumnVarNameInTable="columnValorNominal" msprop:Generator_ColumnPropNameInRow="ValorNominal" msprop:Generator_ColumnPropNameInTable="ValorNominalColumn" msprop:Generator_UserColumnName="ValorNominal" type="xs:decimal" minOccurs="0" />
  529. </xs:sequence>
  530. </xs:complexType>
  531. </xs:element>
  532. </xs:choice>
  533. </xs:complexType>
  534. <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  535. <xs:selector xpath=".//mstns:ECALRI" />
  536. <xs:field xpath="mstns:CodECalRi" />
  537. </xs:unique>
  538. <xs:unique name="EMIS_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  539. <xs:selector xpath=".//mstns:EMIS" />
  540. <xs:field xpath="mstns:CodEmis" />
  541. </xs:unique>
  542. <xs:unique name="EMPR_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  543. <xs:selector xpath=".//mstns:EMPR" />
  544. <xs:field xpath="mstns:CodEmpr" />
  545. </xs:unique>
  546. <xs:unique name="INFI_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  547. <xs:selector xpath=".//mstns:INFI" />
  548. <xs:field xpath="mstns:CodIF" />
  549. </xs:unique>
  550. <xs:unique name="PAIS_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  551. <xs:selector xpath=".//mstns:PAIS" />
  552. <xs:field xpath="mstns:CodPais" />
  553. </xs:unique>
  554. </xs:element>
  555. </xs:schema>