<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>2015</periodo>
 <partida>23</partida>
 <nombre>PARTIDA : MINISTERIO PÚBLICO                                                    </nombre>
  <moneda>P</moneda>
 </cabecera>
<cuerpo>
  <c_subtitulo/>
  <g_nombre>INGRESOS</g_nombre>
  <totalbruto>146359828</totalbruto>
  <transferencia>0</transferencia>
  <total>146359828</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>08</c_subtitulo>
  <g_nombre>OTROS INGRESOS CORRIENTES</g_nombre>
  <totalbruto>2022011</totalbruto>
  <transferencia>0</transferencia>
  <total>2022011</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>09</c_subtitulo>
  <g_nombre>APORTE FISCAL</g_nombre>
  <totalbruto>144334418</totalbruto>
  <transferencia>0</transferencia>
  <total>144334418</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>10</c_subtitulo>
  <g_nombre>VENTA DE ACTIVOS NO FINANCIEROS</g_nombre>
  <totalbruto>3399</totalbruto>
  <transferencia>0</transferencia>
  <total>3399</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>  </c_subtitulo>
  <g_nombre>GASTOS</g_nombre>
  <totalbruto>146359828</totalbruto>
  <transferencia>0</transferencia>
  <total>146359828</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>21</c_subtitulo>
  <g_nombre>GASTOS EN PERSONAL</g_nombre>
  <totalbruto>97938905</totalbruto>
  <transferencia>0</transferencia>
  <total>97938905</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>22</c_subtitulo>
  <g_nombre>BIENES Y SERVICIOS DE CONSUMO</g_nombre>
  <totalbruto>27595125</totalbruto>
  <transferencia>0</transferencia>
  <total>27595125</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>23</c_subtitulo>
  <g_nombre>PRESTACIONES DE SEGURIDAD SOCIAL</g_nombre>
  <totalbruto>505479</totalbruto>
  <transferencia>0</transferencia>
  <total>505479</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>24</c_subtitulo>
  <g_nombre>TRANSFERENCIAS CORRIENTES</g_nombre>
  <totalbruto>747744</totalbruto>
  <transferencia>0</transferencia>
  <total>747744</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>29</c_subtitulo>
  <g_nombre>ADQUISICIÓN DE ACTIVOS NO FINANCIEROS</g_nombre>
  <totalbruto>958647</totalbruto>
  <transferencia>0</transferencia>
  <total>958647</total>
 </cuerpo>
 <cuerpo>
  <c_subtitulo>31</c_subtitulo>
  <g_nombre>INICIATIVAS DE INVERSIÓN</g_nombre>
  <totalbruto>18613928</totalbruto>
  <transferencia>0</transferencia>
  <total>18613928</total>
 </cuerpo>
</matriz>
