<matriz>
 <xs:schema id="matriz" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="matriz" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
   <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
     <xs:element name="cabecera">
      <xs:complexType>
       <xs:sequence>
        <xs:element name="periodo" type="xs:int" minOccurs="0"/>
        <xs:element name="partida" type="xs:string" minOccurs="0"/>
        <xs:element name="nombre" type="xs:string" minOccurs="0"/>
        <xs:element name="moneda" type="xs:string" minOccurs="0"/>
       </xs:sequence>
      </xs:complexType>
     </xs:element>
     <xs:element name="cuerpo">
      <xs:complexType>
       <xs:sequence>
        <xs:element name="c_subtitulo" type="xs:string" minOccurs="0"/>
        <xs:element name="g_nombre" type="xs:string" minOccurs="0"/>
        <xs:element name="totalbruto" type="xs:decimal" minOccurs="0"/>
        <xs:element name="transferencia" type="xs:decimal" minOccurs="0"/>
        <xs:element name="total" type="xs:decimal" minOccurs="0"/>
       </xs:sequence>
      </xs:complexType>
     </xs:element>
     <xs:element name="glosas">
      <xs:complexType>
       <xs:sequence>
        <xs:element name="secuencia" type="xs:string" minOccurs="0"/>
        <xs:element name="glosa" type="xs:string" minOccurs="0"/>
       </xs:sequence>
      </xs:complexType>
     </xs:element>
    </xs:choice>
   </xs:complexType>
  </xs:element>
 </xs:schema>
 <cabecera>
 <periodo>2014</periodo>
 <partida>21</partida>
 <nombre>PARTIDA : MINISTERIO DE DESARROLLO SOCIAL                                       </nombre>
  <moneda>P</moneda>
 </cabecera>
<cuerpo>
  <c_subtitulo/>
  <g_nombre>INGRESOS</g_nombre>
  <totalbruto>527680263</totalbruto>
  <transferencia>17428734</transferencia>
  <total>510251529</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>05</c_subtitulo>
  <g_nombre>TRANSFERENCIAS CORRIENTES</g_nombre>
  <totalbruto>17428745</totalbruto>
  <transferencia>17428734</transferencia>
  <total>11</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>07</c_subtitulo>
  <g_nombre>INGRESOS DE OPERACIÓN</g_nombre>
  <totalbruto>2662</totalbruto>
  <transferencia>0</transferencia>
  <total>2662</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>08</c_subtitulo>
  <g_nombre>OTROS INGRESOS CORRIENTES</g_nombre>
  <totalbruto>1905163</totalbruto>
  <transferencia>0</transferencia>
  <total>1905163</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>09</c_subtitulo>
  <g_nombre>APORTE FISCAL</g_nombre>
  <totalbruto>508157558</totalbruto>
  <transferencia>0</transferencia>
  <total>508157558</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>10</c_subtitulo>
  <g_nombre>VENTA DE ACTIVOS NO FINANCIEROS</g_nombre>
  <totalbruto>27071</totalbruto>
  <transferencia>0</transferencia>
  <total>27071</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>12</c_subtitulo>
  <g_nombre>RECUPERACIÓN DE PRESTAMOS</g_nombre>
  <totalbruto>1230</totalbruto>
  <transferencia>0</transferencia>
  <total>1230</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>15</c_subtitulo>
  <g_nombre>SALDO INICIAL DE CAJA</g_nombre>
  <totalbruto>157834</totalbruto>
  <transferencia>0</transferencia>
  <total>157834</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>  </c_subtitulo>
  <g_nombre>GASTOS</g_nombre>
  <totalbruto>527680263</totalbruto>
  <transferencia>17428734</transferencia>
  <total>510251529</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>21</c_subtitulo>
  <g_nombre>GASTOS EN PERSONAL</g_nombre>
  <totalbruto>58421544</totalbruto>
  <transferencia>0</transferencia>
  <total>58421544</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>22</c_subtitulo>
  <g_nombre>BIENES Y SERVICIOS DE CONSUMO</g_nombre>
  <totalbruto>14623239</totalbruto>
  <transferencia>0</transferencia>
  <total>14623239</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>23</c_subtitulo>
  <g_nombre>PRESTACIONES DE SEGURIDAD SOCIAL</g_nombre>
  <totalbruto>14977</totalbruto>
  <transferencia>0</transferencia>
  <total>14977</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>24</c_subtitulo>
  <g_nombre>TRANSFERENCIAS CORRIENTES</g_nombre>
  <totalbruto>362884040</totalbruto>
  <transferencia>17428734</transferencia>
  <total>345455306</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>29</c_subtitulo>
  <g_nombre>ADQUISICIÓN DE ACTIVOS NO FINANCIEROS</g_nombre>
  <totalbruto>1334730</totalbruto>
  <transferencia>0</transferencia>
  <total>1334730</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>33</c_subtitulo>
  <g_nombre>TRANSFERENCIAS DE CAPITAL</g_nombre>
  <totalbruto>86007777</totalbruto>
  <transferencia>0</transferencia>
  <total>86007777</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>34</c_subtitulo>
  <g_nombre>SERVICIO DE LA DEUDA</g_nombre>
  <totalbruto>4393956</totalbruto>
  <transferencia>0</transferencia>
  <total>4393956</total>
 </cuerpo>
</matriz>
