<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>03</partida>
 <nombre>PARTIDA : PODER JUDICIAL                                                        </nombre>
  <moneda>P</moneda>
 </cabecera>
<cuerpo>
  <c_subtitulo/>
  <g_nombre>INGRESOS</g_nombre>
  <totalbruto>385518838</totalbruto>
  <transferencia>0</transferencia>
  <total>385518838</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>06</c_subtitulo>
  <g_nombre>RENTAS DE LA PROPIEDAD</g_nombre>
  <totalbruto>108048</totalbruto>
  <transferencia>0</transferencia>
  <total>108048</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>07</c_subtitulo>
  <g_nombre>INGRESOS DE OPERACIÓN</g_nombre>
  <totalbruto>112546</totalbruto>
  <transferencia>0</transferencia>
  <total>112546</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>08</c_subtitulo>
  <g_nombre>OTROS INGRESOS CORRIENTES</g_nombre>
  <totalbruto>10303318</totalbruto>
  <transferencia>0</transferencia>
  <total>10303318</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>09</c_subtitulo>
  <g_nombre>APORTE FISCAL</g_nombre>
  <totalbruto>374286373</totalbruto>
  <transferencia>0</transferencia>
  <total>374286373</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>12</c_subtitulo>
  <g_nombre>RECUPERACIÓN DE PRESTAMOS</g_nombre>
  <totalbruto>219182</totalbruto>
  <transferencia>0</transferencia>
  <total>219182</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>14</c_subtitulo>
  <g_nombre>ENDEUDAMIENTO</g_nombre>
  <totalbruto>489371</totalbruto>
  <transferencia>0</transferencia>
  <total>489371</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>  </c_subtitulo>
  <g_nombre>GASTOS</g_nombre>
  <totalbruto>385518838</totalbruto>
  <transferencia>0</transferencia>
  <total>385518838</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>21</c_subtitulo>
  <g_nombre>GASTOS EN PERSONAL</g_nombre>
  <totalbruto>290837414</totalbruto>
  <transferencia>0</transferencia>
  <total>290837414</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>22</c_subtitulo>
  <g_nombre>BIENES Y SERVICIOS DE CONSUMO</g_nombre>
  <totalbruto>63552083</totalbruto>
  <transferencia>0</transferencia>
  <total>63552083</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>23</c_subtitulo>
  <g_nombre>PRESTACIONES DE SEGURIDAD SOCIAL</g_nombre>
  <totalbruto>121954</totalbruto>
  <transferencia>0</transferencia>
  <total>121954</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>24</c_subtitulo>
  <g_nombre>TRANSFERENCIAS CORRIENTES</g_nombre>
  <totalbruto>6971820</totalbruto>
  <transferencia>0</transferencia>
  <total>6971820</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>29</c_subtitulo>
  <g_nombre>ADQUISICIÓN DE ACTIVOS NO FINANCIEROS</g_nombre>
  <totalbruto>3847049</totalbruto>
  <transferencia>0</transferencia>
  <total>3847049</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>31</c_subtitulo>
  <g_nombre>INICIATIVAS DE INVERSIÓN</g_nombre>
  <totalbruto>19654420</totalbruto>
  <transferencia>0</transferencia>
  <total>19654420</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>32</c_subtitulo>
  <g_nombre>PRÉSTAMOS</g_nombre>
  <totalbruto>219182</totalbruto>
  <transferencia>0</transferencia>
  <total>219182</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>34</c_subtitulo>
  <g_nombre>SERVICIO DE LA DEUDA</g_nombre>
  <totalbruto>314916</totalbruto>
  <transferencia>0</transferencia>
  <total>314916</total>
 </cuerpo>
</matriz>
