﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="ConfiguracionNormas" targetNamespace="http://tempuri.org/ConfiguracionNormas.xsd" xmlns:mstns="http://tempuri.org/ConfiguracionNormas.xsd" xmlns="http://tempuri.org/ConfiguracionNormas.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:annotation>
    <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
      <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
        <Connections>
          <Connection ConnectionStringObject="Data Source=172.27.100.77;Initial Catalog=LIQUIDACION;Persist Security Info=True;User ID=liquidacion;Password=Liquidacion2012" IsAppSettingsProperty="false" Modifier="Assembly" Name="win-e9s1rnffod0.LIQUIDACION.dbo" ParameterPrefix="@" Provider="System.Data.SqlClient" />
        </Connections>
        <Tables>
          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VIEW_NORMAS_CONFIGURACIONTableAdapter" GeneratorDataComponentClassName="VIEW_NORMAS_CONFIGURACIONTableAdapter" Name="VIEW_NORMAS_CONFIGURACION" UserDataComponentName="VIEW_NORMAS_CONFIGURACIONTableAdapter">
            <MainSource>
              <DbSource ConnectionRef="win-e9s1rnffod0.LIQUIDACION.dbo" DbObjectName="LIQUIDACION.dbo.VIEW_NORMAS_CONFIGURACION" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
                <SelectCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="true">
                    <CommandText>SELECT        VIEW_NORMAS_CONFIGURACION.*
FROM            VIEW_NORMAS_CONFIGURACION</CommandText>
                    <Parameters />
                  </DbCommand>
                </SelectCommand>
              </DbSource>
            </MainSource>
            <Mappings>
              <Mapping SourceColumn="IDNORMA" DataSetColumn="IDNORMA" />
              <Mapping SourceColumn="NORMA" DataSetColumn="NORMA" />
              <Mapping SourceColumn="APLICABLE_A" DataSetColumn="APLICABLE_A" />
              <Mapping SourceColumn="IDTASA" DataSetColumn="IDTASA" />
              <Mapping SourceColumn="TASA" DataSetColumn="TASA" />
              <Mapping SourceColumn="IDPORCENTAJEIBL" DataSetColumn="IDPORCENTAJEIBL" />
              <Mapping SourceColumn="TABLA_DE_PORCENTAJE_IBL" DataSetColumn="TABLA_DE_PORCENTAJE_IBL" />
              <Mapping SourceColumn="IBLS_INVOLUCRADOS" DataSetColumn="IBLS_INVOLUCRADOS" />
              <Mapping SourceColumn="LIMITE_INFERIOR_CUANTIA_EN_SMLV" DataSetColumn="LIMITE_INFERIOR_CUANTIA_EN_SMLV" />
              <Mapping SourceColumn="LIMITE_SUPERIOR_CUANTIA_EN_SMLV" DataSetColumn="LIMITE_SUPERIOR_CUANTIA_EN_SMLV" />
              <Mapping SourceColumn="NUMEROGRUPO" DataSetColumn="NUMEROGRUPO" />
              <Mapping SourceColumn="IDCONDICION" DataSetColumn="IDCONDICION" />
              <Mapping SourceColumn="NOMBRE_CONDICION" DataSetColumn="NOMBRE_CONDICION" />
              <Mapping SourceColumn="TIPO" DataSetColumn="TIPO" />
              <Mapping SourceColumn="DESCRIPCION" DataSetColumn="DESCRIPCION" />
            </Mappings>
            <Sources />
          </TableAdapter>
        </Tables>
        <Sources />
      </DataSource>
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="ConfiguracionNormas" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="ConfiguracionNormas" msprop:Generator_UserDSName="ConfiguracionNormas">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="VIEW_NORMAS_CONFIGURACION" msprop:Generator_TableClassName="VIEW_NORMAS_CONFIGURACIONDataTable" msprop:Generator_TableVarName="tableVIEW_NORMAS_CONFIGURACION" msprop:Generator_TablePropName="VIEW_NORMAS_CONFIGURACION" msprop:Generator_RowDeletingName="VIEW_NORMAS_CONFIGURACIONRowDeleting" msprop:Generator_UserTableName="VIEW_NORMAS_CONFIGURACION" msprop:Generator_RowChangingName="VIEW_NORMAS_CONFIGURACIONRowChanging" msprop:Generator_RowEvHandlerName="VIEW_NORMAS_CONFIGURACIONRowChangeEventHandler" msprop:Generator_RowDeletedName="VIEW_NORMAS_CONFIGURACIONRowDeleted" msprop:Generator_RowEvArgName="VIEW_NORMAS_CONFIGURACIONRowChangeEvent" msprop:Generator_RowChangedName="VIEW_NORMAS_CONFIGURACIONRowChanged" msprop:Generator_RowClassName="VIEW_NORMAS_CONFIGURACIONRow">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="IDNORMA" msprop:Generator_ColumnVarNameInTable="columnIDNORMA" msprop:Generator_ColumnPropNameInRow="IDNORMA" msprop:Generator_ColumnPropNameInTable="IDNORMAColumn" msprop:Generator_UserColumnName="IDNORMA" type="xs:decimal" />
              <xs:element name="NORMA" msprop:Generator_ColumnVarNameInTable="columnNORMA" msprop:Generator_ColumnPropNameInRow="NORMA" msprop:Generator_ColumnPropNameInTable="NORMAColumn" msprop:Generator_UserColumnName="NORMA">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="100" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="APLICABLE_A" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAPLICABLE_A" msprop:Generator_ColumnPropNameInRow="APLICABLE_A" msprop:Generator_ColumnPropNameInTable="APLICABLE_AColumn" msprop:Generator_UserColumnName="APLICABLE_A" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="8" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="IDTASA" msprop:Generator_ColumnVarNameInTable="columnIDTASA" msprop:Generator_ColumnPropNameInRow="IDTASA" msprop:Generator_ColumnPropNameInTable="IDTASAColumn" msprop:Generator_UserColumnName="IDTASA" type="xs:decimal" />
              <xs:element name="TASA" msprop:Generator_ColumnVarNameInTable="columnTASA" msprop:Generator_ColumnPropNameInRow="TASA" msprop:Generator_ColumnPropNameInTable="TASAColumn" msprop:Generator_UserColumnName="TASA" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="100" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="IDPORCENTAJEIBL" msprop:Generator_ColumnVarNameInTable="columnIDPORCENTAJEIBL" msprop:Generator_ColumnPropNameInRow="IDPORCENTAJEIBL" msprop:Generator_ColumnPropNameInTable="IDPORCENTAJEIBLColumn" msprop:Generator_UserColumnName="IDPORCENTAJEIBL" type="xs:decimal" />
              <xs:element name="TABLA_DE_PORCENTAJE_IBL" msprop:Generator_ColumnVarNameInTable="columnTABLA_DE_PORCENTAJE_IBL" msprop:Generator_ColumnPropNameInRow="TABLA_DE_PORCENTAJE_IBL" msprop:Generator_ColumnPropNameInTable="TABLA_DE_PORCENTAJE_IBLColumn" msprop:Generator_UserColumnName="TABLA_DE_PORCENTAJE_IBL">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="100" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="IBLS_INVOLUCRADOS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnIBLS_INVOLUCRADOS" msprop:Generator_ColumnPropNameInRow="IBLS_INVOLUCRADOS" msprop:Generator_ColumnPropNameInTable="IBLS_INVOLUCRADOSColumn" msprop:Generator_UserColumnName="IBLS_INVOLUCRADOS" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="106" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="LIMITE_INFERIOR_CUANTIA_EN_SMLV" msprop:Generator_ColumnVarNameInTable="columnLIMITE_INFERIOR_CUANTIA_EN_SMLV" msprop:Generator_ColumnPropNameInRow="LIMITE_INFERIOR_CUANTIA_EN_SMLV" msprop:Generator_ColumnPropNameInTable="LIMITE_INFERIOR_CUANTIA_EN_SMLVColumn" msprop:Generator_UserColumnName="LIMITE_INFERIOR_CUANTIA_EN_SMLV" type="xs:decimal" minOccurs="0" />
              <xs:element name="LIMITE_SUPERIOR_CUANTIA_EN_SMLV" msprop:Generator_ColumnVarNameInTable="columnLIMITE_SUPERIOR_CUANTIA_EN_SMLV" msprop:Generator_ColumnPropNameInRow="LIMITE_SUPERIOR_CUANTIA_EN_SMLV" msprop:Generator_ColumnPropNameInTable="LIMITE_SUPERIOR_CUANTIA_EN_SMLVColumn" msprop:Generator_UserColumnName="LIMITE_SUPERIOR_CUANTIA_EN_SMLV" type="xs:decimal" minOccurs="0" />
              <xs:element name="NUMEROGRUPO" msprop:Generator_ColumnVarNameInTable="columnNUMEROGRUPO" msprop:Generator_ColumnPropNameInRow="NUMEROGRUPO" msprop:Generator_ColumnPropNameInTable="NUMEROGRUPOColumn" msprop:Generator_UserColumnName="NUMEROGRUPO" type="xs:decimal" minOccurs="0" />
              <xs:element name="IDCONDICION" msprop:Generator_ColumnVarNameInTable="columnIDCONDICION" msprop:Generator_ColumnPropNameInRow="IDCONDICION" msprop:Generator_ColumnPropNameInTable="IDCONDICIONColumn" msprop:Generator_UserColumnName="IDCONDICION" type="xs:decimal" />
              <xs:element name="NOMBRE_CONDICION" msprop:Generator_ColumnVarNameInTable="columnNOMBRE_CONDICION" msprop:Generator_ColumnPropNameInRow="NOMBRE_CONDICION" msprop:Generator_ColumnPropNameInTable="NOMBRE_CONDICIONColumn" msprop:Generator_UserColumnName="NOMBRE_CONDICION">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="100" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="TIPO" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTIPO" msprop:Generator_ColumnPropNameInRow="TIPO" msprop:Generator_ColumnPropNameInTable="TIPOColumn" msprop:Generator_UserColumnName="TIPO" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="55" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="DESCRIPCION" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDESCRIPCION" msprop:Generator_ColumnPropNameInRow="DESCRIPCION" msprop:Generator_ColumnPropNameInTable="DESCRIPCIONColumn" msprop:Generator_UserColumnName="DESCRIPCION" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="470" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>