<?xml version="1.0" encoding="UTF-8"?> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.15" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.2.2.r222_v20071226 Build <2.2.2.v20080227-1131></property> <property name="units">in</property> <property name="comments">Copyright (c) 2007 <<Your Company Name here>></property> <method name="initialize"><![CDATA[if (params["param_estado"] != ''){ if(params["param_estado"] == 'P'){ params["estado"] = params["estado"] + "Pendiente"; } if(params["param_estado"] == 'T'){ params["estado"] = params["estado"] + "En trámite"; } if(params["param_estado"] == 'TR'){ params["estado"] = params["estado"] + "Retrasados"; } }]]></method> <text-property name="displayName">Template Reporte</text-property> <parameters> <scalar-parameter name="param_anho" id="603"> <property name="valueType">static</property> <property name="dataType">string</property> <property name="paramType">simple</property> <property name="concealValue">false</property> <property name="isRequired">true</property> <property name="controlType">text-box</property> <property name="defaultValue">2008</property> <property name="distinct">true</property> <structure name="format"> <property name="category">Unformatted</property> </structure> </scalar-parameter> <scalar-parameter name="param_estado" id="604"> <property name="valueType">static</property> <property name="dataType">string</property> <property name="paramType">simple</property> <property name="isRequired">true</property> <property name="controlType">text-box</property> <property name="defaultValue">P</property> <property name="distinct">true</property> <structure name="format"> <property name="category">Unformatted</property> </structure> </scalar-parameter> <scalar-parameter name="param_cod_inst" id="605"> <property name="valueType">static</property> <property name="dataType">string</property> <property name="paramType">simple</property> <property name="isRequired">true</property> <property name="controlType">text-box</property> <property name="defaultValue">REC</property> <property name="distinct">true</property> <structure name="format"> <property name="category">Unformatted</property> </structure> </scalar-parameter> <scalar-parameter name="param_cod_tramite" id="606"> <property name="valueType">static</property> <property name="dataType">string</property> <property name="paramType">simple</property> <property name="isRequired">false</property> <property name="controlType">text-box</property> <property name="defaultValue"></property> <property name="distinct">true</property> <structure name="format"> <property name="category">Unformatted</property> </structure> </scalar-parameter> <scalar-parameter name="estado" id="669"> <property name="valueType">static</property> <property name="dataType">string</property> <property name="paramType">simple</property> <property name="isRequired">false</property> <property name="controlType">text-box</property> <property name="defaultValue"></property> <property name="distinct">true</property> <structure name="format"> <property name="category">Unformatted</property> </structure> </scalar-parameter> </parameters> <data-sources> <oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc" name="expedientesDS" id="601"> <property name="odaDriverClass">org.postgresql.Driver</property> <property name="odaURL">jdbc:postgresql://sbd2.rec.una.py/gdoc</property> <property name="odaUser">gdocweb</property> <encrypted-property name="odaPassword" encryptionID="base64">ZXhwMDAw</encrypted-property> </oda-data-source> </data-sources> <data-sets> <oda-data-set extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet" name="PorTramiteDSet" id="602"> <list-property name="columnHints"> <structure> <property name="columnName">cod_tramite</property> <property name="displayName">cod_tramite</property> </structure> <structure> <property name="columnName">nombre_tramite</property> <property name="displayName">nombre_tramite</property> </structure> <structure> <property name="columnName">cantidad_expedientes</property> <property name="displayName">cantidad_expedientes</property> </structure> </list-property> <structure name="cachedMetaData"> <list-property name="resultSet"> <structure> <property name="position">1</property> <property name="name">cod_tramite</property> <property name="dataType">string</property> </structure> <structure> <property name="position">2</property> <property name="name">nombre_tramite</property> <property name="dataType">string</property> </structure> <structure> <property name="position">3</property> <property name="name">cantidad_expedientes</property> <property name="dataType">decimal</property> </structure> </list-property> </structure> <property name="dataSource">expedientesDS</property> <list-property name="parameters"> <structure> <property name="name">param_1</property> <property name="paramName">param_cod_inst</property> <property name="nativeName"></property> <property name="dataType">string</property> <property name="nativeDataType">1</property> <property name="position">1</property> <property name="isOptional">false</property> <property name="isInput">true</property> <property name="isOutput">false</property> </structure> <structure> <property name="name">param_2</property> <property name="paramName">param_anho</property> <property name="nativeName"></property> <property name="dataType">integer</property> <property name="nativeDataType">4</property> <property name="position">2</property> <property name="isOptional">false</property> <property name="isInput">true</property> <property name="isOutput">false</property> </structure> <structure> <property name="name">param_3</property> <property name="paramName">param_estado</property> <property name="nativeName"></property> <property name="dataType">string</property> <property name="nativeDataType">1</property> <property name="position">3</property> <property name="isOptional">false</property> <property name="allowNull">true</property> <property name="isInput">true</property> <property name="isOutput">false</property> </structure> </list-property> <list-property name="resultSet"> <structure> <property name="position">1</property> <property name="name">cod_tramite</property> <property name="nativeName">cod_tramite</property> <property name="dataType">string</property> <property name="nativeDataType">12</property> </structure> <structure> <property name="position">2</property> <property name="name">nombre_tramite</property> <property name="nativeName">nombre_tramite</property> <property name="dataType">string</property> <property name="nativeDataType">12</property> </structure> <structure> <property name="position">3</property> <property name="name">cantidad_expedientes</property> <property name="nativeName">cantidad_expedientes</property> <property name="dataType">decimal</property> <property name="nativeDataType">-5</property> </structure> </list-property> <property name="queryText">SELECT t.cod_tramite, t.nombre_tramite, count(e.*) AS cantidad_expedientes FROM tramite t INNER JOIN expediente e ON e.cod_tramite = t.cod_tramite INNER JOIN det_expediente det ON det.cod_institucion = e.cod_institucion AND det.anho_expediente = e.anho_expediente AND det.nro_expediente = e.nro_expediente WHERE e.cod_institucion = ? AND e.anho_expediente = ? AND det.status = ? GROUP BY t.cod_tramite, t.nombre_tramite ORDER BY t.nombre_tramite</property> <xml-property name="designerValues"><![CDATA[<?xml version="1.0" encoding="UTF-8"?> <model:DesignValues xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design" xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel"> <Version>1.0</Version> <design:DataSetParameters> <design:parameterDefinitions> <design:inOutMode>In</design:inOutMode> <design:attributes> <design:name></design:name> <design:position>1</design:position> <design:nativeDataTypeCode>1</design:nativeDataTypeCode> <design:nullability>Unknown</design:nullability> <design:uiHints/> </design:attributes> <design:inputAttributes> <design:elementAttributes> <design:defaultScalarValue>REC</design:defaultScalarValue> <design:optional>false</design:optional> <design:masksValue>false</design:masksValue> <design:uiHints> <design:promptStyle>TextField</design:promptStyle> </design:uiHints> </design:elementAttributes> </design:inputAttributes> </design:parameterDefinitions> <design:parameterDefinitions> <design:inOutMode>In</design:inOutMode> <design:attributes> <design:name></design:name> <design:position>2</design:position> <design:nativeDataTypeCode>4</design:nativeDataTypeCode> <design:nullability>Unknown</design:nullability> <design:uiHints/> </design:attributes> <design:inputAttributes> <design:elementAttributes> <design:defaultScalarValue>2008</design:defaultScalarValue> <design:optional>false</design:optional> <design:masksValue>false</design:masksValue> <design:uiHints> <design:promptStyle>TextField</design:promptStyle> </design:uiHints> </design:elementAttributes> </design:inputAttributes> </design:parameterDefinitions> <design:parameterDefinitions> <design:inOutMode>In</design:inOutMode> <design:attributes> <design:name></design:name> <design:position>3</design:position> <design:nativeDataTypeCode>1</design:nativeDataTypeCode> <design:nullability>Unknown</design:nullability> <design:uiHints/> </design:attributes> <design:inputAttributes> <design:elementAttributes> <design:defaultScalarValue>P</design:defaultScalarValue> <design:optional>false</design:optional> <design:masksValue>false</design:masksValue> <design:uiHints> <design:promptStyle>TextField</design:promptStyle> </design:uiHints> </design:elementAttributes> </design:inputAttributes> </design:parameterDefinitions> </design:DataSetParameters> <design:ResultSets derivedMetaData="true"> <design:resultSetDefinitions> <design:resultSetColumns> <design:resultColumnDefinitions> <design:attributes> <design:name>cod_seccion</design:name> <design:position>1</design:position> <design:nativeDataTypeCode>12</design:nativeDataTypeCode> <design:precision>5</design:precision> <design:scale>0</design:scale> <design:nullability>NotNullable</design:nullability> <design:uiHints> <design:displayName>cod_seccion</design:displayName> </design:uiHints> </design:attributes> <design:usageHints> <design:label>cod_seccion</design:label> <design:formattingHints> <design:displaySize>5</design:displaySize> </design:formattingHints> </design:usageHints> </design:resultColumnDefinitions> <design:resultColumnDefinitions> <design:attributes> <design:name>nombre_seccion</design:name> <design:position>2</design:position> <design:nativeDataTypeCode>12</design:nativeDataTypeCode> <design:precision>100</design:precision> <design:scale>0</design:scale> <design:nullability>NotNullable</design:nullability> <design:uiHints> <design:displayName>nombre_seccion</design:displayName> </design:uiHints> </design:attributes> <design:usageHints> <design:label>nombre_seccion</design:label> <design:formattingHints> <design:displaySize>100</design:displaySize> </design:formattingHints> </design:usageHints> </design:resultColumnDefinitions> <design:resultColumnDefinitions> <design:attributes> <design:name>nombre_seccion_padre</design:name> <design:position>3</design:position> <design:nativeDataTypeCode>12</design:nativeDataTypeCode> <design:precision>100</design:precision> <design:scale>0</design:scale> <design:nullability>NotNullable</design:nullability> <design:uiHints> <design:displayName>nombre_seccion_padre</design:displayName> </design:uiHints> </design:attributes> <design:usageHints> <design:label>nombre_seccion_padre</design:label> <design:formattingHints> <design:displaySize>100</design:displaySize> </design:formattingHints> </design:usageHints> </design:resultColumnDefinitions> <design:resultColumnDefinitions> <design:attributes> <design:name>cantidad</design:name> <design:position>4</design:position> <design:nativeDataTypeCode>4</design:nativeDataTypeCode> <design:precision>10</design:precision> <design:scale>0</design:scale> <design:nullability>Unknown</design:nullability> <design:uiHints> <design:displayName>cantidad</design:displayName> </design:uiHints> </design:attributes> <design:usageHints> <design:label>cantidad</design:label> <design:formattingHints> <design:displaySize>11</design:displaySize> </design:formattingHints> </design:usageHints> </design:resultColumnDefinitions> <design:resultColumnDefinitions> <design:attributes> <design:name>responsable</design:name> <design:position>5</design:position> <design:nativeDataTypeCode>12</design:nativeDataTypeCode> <design:precision>0</design:precision> <design:scale>0</design:scale> <design:nullability>Unknown</design:nullability> <design:uiHints> <design:displayName>responsable</design:displayName> </design:uiHints> </design:attributes> <design:usageHints> <design:label>responsable</design:label> <design:formattingHints> <design:displaySize>2147483647</design:displaySize> </design:formattingHints> </design:usageHints> </design:resultColumnDefinitions> <design:resultColumnDefinitions> <design:attributes> <design:name>seccion_padre</design:name> <design:position>6</design:position> <design:nativeDataTypeCode>12</design:nativeDataTypeCode> <design:precision>5</design:precision> <design:scale>0</design:scale> <design:nullability>Nullable</design:nullability> <design:uiHints> <design:displayName>seccion_padre</design:displayName> </design:uiHints> </design:attributes> <design:usageHints> <design:label>seccion_padre</design:label> <design:formattingHints> <design:displaySize>5</design:displaySize> </design:formattingHints> </design:usageHints> </design:resultColumnDefinitions> </design:resultSetColumns> </design:resultSetDefinitions> </design:ResultSets> </model:DesignValues>]]></xml-property> </oda-data-set> </data-sets> <styles> <style name="crosstab-cell" id="4"> <property name="borderBottomColor">#CCCCCC</property> <property name="borderBottomStyle">solid</property> <property name="borderBottomWidth">1pt</property> <property name="borderLeftColor">#CCCCCC</property> <property name="borderLeftStyle">solid</property> <property name="borderLeftWidth">1pt</property> <property name="borderRightColor">#CCCCCC</property> <property name="borderRightStyle">solid</property> <property name="borderRightWidth">1pt</property> <property name="borderTopColor">#CCCCCC</property> <property name="borderTopStyle">solid</property> <property name="borderTopWidth">1pt</property> </style> <style name="crosstab" id="5"> <property name="borderBottomColor">#CCCCCC</property> <property name="borderBottomStyle">solid</property> <property name="borderBottomWidth">1pt</property> <property name="borderLeftColor">#CCCCCC</property> <property name="borderLeftStyle">solid</property> <property name="borderLeftWidth">1pt</property> <property name="borderRightColor">#CCCCCC</property> <property name="borderRightStyle">solid</property> <property name="borderRightWidth">1pt</property> <property name="borderTopColor">#CCCCCC</property> <property name="borderTopStyle">solid</property> <property name="borderTopWidth">1pt</property> </style> </styles> <page-setup> <simple-master-page name="Simple MasterPage" id="2"> <property name="type">custom</property> <property name="height">330mm</property> <property name="width">216mm</property> <property name="orientation">portrait</property> <property name="topMargin">0.2in</property> <property name="leftMargin">0.5in</property> <property name="bottomMargin">0.2in</property> <property name="rightMargin">0.5in</property> <property name="showHeaderOnFirst">false</property> <property name="showFooterOnLast">true</property> <property name="headerHeight">0.1in</property> <page-footer> <grid id="592"> <property name="marginTop">0pt</property> <property name="width">100%</property> <column id="593"/> <row id="594"> <cell id="595"> <property name="paddingTop">0pt</property> <property name="paddingLeft">0pt</property> <property name="paddingBottom">0pt</property> <property name="paddingRight">0pt</property> <text id="3"> <property name="borderTopColor">#000000</property> <property name="borderTopStyle">solid</property> <property name="borderTopWidth">1px</property> <property name="marginTop">0pt</property> <property name="paddingTop">1pt</property> <property name="textAlign">right</property> <property name="textIndent">0em</property> <property name="textTransform">none</property> <property name="whiteSpace">normal</property> <property name="widows">2</property> <property name="contentType">html</property> <text-property name="content"><![CDATA[ ©Centro Nacional de Computación <br><value-of>new Date()</value-of>]]></text-property> </text> </cell> </row> <row id="596"> <cell id="597"> <property name="paddingTop">0pt</property> <property name="paddingLeft">0pt</property> <property name="paddingBottom">0pt</property> <property name="paddingRight">0pt</property> <property name="textAlign">right</property> <grid id="581"> <property name="marginTop">0pt</property> <property name="textAlign">center</property> <property name="canShrink">true</property> <property name="height">10px</property> <property name="width">56px</property> <column id="599"> <property name="width">34px</property> </column> <column id="582"> <property name="width">8px</property> </column> <column id="583"> <property name="width">6px</property> </column> <column id="584"> <property name="width">8px</property> </column> <row id="585"> <cell id="598"> <text id="600"> <property name="paddingTop">1pt</property> <property name="textAlign">right</property> <property name="contentType">auto</property> <text-property name="content"><![CDATA[Pagina:]]></text-property> </text> </cell> <cell id="586"> <auto-text id="587"> <property name="type">page-number</property> </auto-text> </cell> <cell id="588"> <text id="589"> <property name="contentType">plain</property> <text-property name="content"><![CDATA[/]]></text-property> </text> </cell> <cell id="590"> <auto-text id="591"> <property name="type">total-page</property> </auto-text> </cell> </row> </grid> </cell> </row> </grid> </page-footer> </simple-master-page> </page-setup> <body> <grid id="43"> <property name="height">11.15625in</property> <property name="width">7.4583333333in</property> <column id="44"> <property name="width">1.9791666667in</property> </column> <column id="163"> <property name="width">4.1145833333in</property> </column> <column id="45"> <property name="width">0.9791666667in</property> </column> <row id="46"> <property name="borderBottomColor">#000000</property> <property name="borderBottomStyle">solid</property> <property name="borderBottomWidth">thin</property> <property name="borderTopColor">#000000</property> <property name="borderTopStyle">solid</property> <property name="borderTopWidth">thin</property> <cell id="47"> <property name="orphans">2</property> <property name="textTransform">none</property> <property name="verticalAlign">middle</property> <image id="676"> <property name="source">embed</property> <property name="imageName">gdoc4.jpg</property> </image> </cell> <cell id="160"> <property name="colSpan">2</property> <property name="rowSpan">1</property> <grid id="649"> <property name="height">0.8125in</property> <property name="width">5.1979166667in</property> <column id="650"> <property name="width">2.6458333333in</property> </column> <column id="664"> <property name="width">2.5520833333in</property> </column> <row id="651"> <cell id="652"> <text id="659"> <property name="fontSize">larger</property> <property name="fontWeight">bold</property> <property name="textAlign">center</property> <property name="contentType">auto</property> <text-property name="content"><![CDATA[EXPEDIENTE POR TRAMITE]]></text-property> </text> </cell> <cell id="660"/> </row> <row id="653"> <cell id="654"> <text id="665"> <property name="fontWeight">bold</property> <property name="contentType">auto</property> <text-property name="content"><![CDATA[Estado de los Expedientes:]]></text-property> </text> </cell> <cell id="661"> <data id="673"> <list-property name="boundDataColumns"> <structure> <property name="name">estado</property> <expression name="expression">params["estado"]</expression> </structure> </list-property> <property name="resultSetColumn">estado</property> </data> </cell> </row> <row id="655"> <cell id="656"> <text id="666"> <property name="fontWeight">bold</property> <property name="contentType">auto</property> <text-property name="content"><![CDATA[Año de los Expedientes:]]></text-property> </text> </cell> <cell id="662"> <data id="674"> <list-property name="boundDataColumns"> <structure> <property name="name">param_anho</property> <expression name="expression">params["param_anho"]</expression> </structure> </list-property> <property name="resultSetColumn">param_anho</property> </data> </cell> </row> </grid> </cell> </row> <row id="156"> <property name="height">0.1in</property> <cell id="157"/> <cell id="161"/> <cell id="158"/> </row> <row id="168"> <cell id="169"> <property name="colSpan">3</property> <property name="rowSpan">1</property> <extended-item extensionName="Chart" name="NewChart" id="675"> <xml-property name="xmlRepresentation"><![CDATA[<model:ChartWithAxes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:attribute="http://www.birt.eclipse.org/ChartModelAttribute" xmlns:data="http://www.birt.eclipse.org/ChartModelData" xmlns:layout="http://www.birt.eclipse.org/ChartModelLayout" xmlns:model="http://www.birt.eclipse.org/ChartModel" xmlns:type="http://www.birt.eclipse.org/ChartModelType"> <Type>Bar Chart</Type> <SubType>Side-by-side</SubType> <Block> <Children xsi:type="layout:TitleBlock"> <Bounds> <Left>0.0</Left> <Top>0.0</Top> <Width>0.0</Width> <Height>0.0</Height> </Bounds> <Insets> <Top>3.0</Top> <Left>3.0</Left> <Bottom>3.0</Bottom> <Right>3.0</Right> </Insets> <Row>-1</Row> <Column>-1</Column> <Rowspan>-1</Rowspan> <Columnspan>-1</Columnspan> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Visible>false</Visible> <Label> <Caption> <Value>Expediente por Tramite</Value> <Font> <Size>16.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>true</Visible> </Label> </Children> <Children xsi:type="layout:Plot"> <Bounds> <Left>0.0</Left> <Top>0.0</Top> <Width>0.0</Width> <Height>0.0</Height> </Bounds> <Insets> <Top>3.0</Top> <Left>3.0</Left> <Bottom>3.0</Bottom> <Right>3.0</Right> </Insets> <Row>-1</Row> <Column>-1</Column> <Rowspan>-1</Rowspan> <Columnspan>-1</Columnspan> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Visible>true</Visible> <HorizontalSpacing>5</HorizontalSpacing> <VerticalSpacing>5</VerticalSpacing> <ClientArea> <Outline> <Style>Solid</Style> <Thickness>0</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>0.0</Top> <Left>0.0</Left> <Bottom>0.0</Bottom> <Right>0.0</Right> </Insets> </ClientArea> </Children> <Children xsi:type="layout:Legend"> <Bounds> <Left>0.0</Left> <Top>0.0</Top> <Width>0.0</Width> <Height>0.0</Height> </Bounds> <Insets> <Top>3.0</Top> <Left>3.0</Left> <Bottom>3.0</Bottom> <Right>3.0</Right> </Insets> <Row>-1</Row> <Column>-1</Column> <Rowspan>-1</Rowspan> <Columnspan>-1</Columnspan> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Visible>false</Visible> <ClientArea> <Outline> <Style>Solid</Style> <Thickness>0</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>2.0</Top> <Left>2.0</Left> <Bottom>2.0</Bottom> <Right>2.0</Right> </Insets> </ClientArea> <Text> <Value></Value> <Font> <Alignment/> </Font> </Text> <Orientation>Vertical</Orientation> <Direction>Top_Bottom</Direction> <Separator> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>true</Visible> </Separator> <Position>Right</Position> <ItemType>Series</ItemType> <Title> <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> </Title> <TitlePosition>Above</TitlePosition> </Children> <Bounds> <Left>0.0</Left> <Top>0.0</Top> <Width>516.0</Width> <Height>684.0</Height> </Bounds> <Insets> <Top>3.0</Top> <Left>3.0</Left> <Bottom>3.0</Bottom> <Right>3.0</Right> </Insets> <Row>-1</Row> <Column>-1</Column> <Rowspan>-1</Rowspan> <Columnspan>-1</Columnspan> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Visible>true</Visible> </Block> <Dimension>Two_Dimensional_With_Depth</Dimension> <Units>Points</Units> <SeriesThickness>10.0</SeriesThickness> <SampleData> <BaseSampleData> <DataSetRepresentation>'A','B','C'</DataSetRepresentation> </BaseSampleData> <OrthogonalSampleData> <DataSetRepresentation>5,4,12</DataSetRepresentation> <SeriesDefinitionIndex>0</SeriesDefinitionIndex> </OrthogonalSampleData> </SampleData> <Interactivity/> <Axes> <Type>Text</Type> <Title> <Caption> <Value>X-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> </Title> <TitlePosition>Below</TitlePosition> <AssociatedAxes> <Type>Linear</Type> <Title> <Caption> <Value>Y-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>90.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> </Title> <TitlePosition>Left</TitlePosition> <SeriesDefinitions> <Query> <Definition></Definition> </Query> <SeriesPalette> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>80</Red> <Green>166</Green> <Blue>218</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>242</Red> <Green>88</Green> <Blue>106</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>232</Red> <Green>172</Green> <Blue>57</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>255</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>64</Red> <Green>128</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>170</Red> <Green>85</Green> <Blue>85</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>0</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>192</Red> <Green>192</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>255</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>192</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>7</Red> <Green>146</Green> <Blue>94</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>128</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>255</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>128</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>0</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>64</Green> <Blue>64</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>64</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>80</Red> <Green>240</Green> <Blue>120</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>64</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>0</Green> <Blue>64</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>0</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>64</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>64</Green> <Blue>0</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>0</Blue> </Entries> </SeriesPalette> <Series xsi:type="type:BarSeries"> <Visible>true</Visible> <Label> <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>90</Transparency> <Red>254</Red> <Green>254</Green> <Blue>254</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>true</Visible> </Label> <DataDefinition> <Definition>row["cantidad_expedientes"]</Definition> </DataDefinition> <SeriesIdentifier></SeriesIdentifier> <DataPoint> <Components> <Type>Orthogonal_Value</Type> </Components> <Separator>, </Separator> </DataPoint> <LabelPosition>Outside</LabelPosition> <Stacked>true</Stacked> <Translucent>false</Translucent> <Riser>Rectangle</Riser> </Series> <Grouping> <Enabled>false</Enabled> <GroupingInterval>2</GroupingInterval> <GroupType>Text</GroupType> <AggregateExpression>Sum</AggregateExpression> </Grouping> <Sorting>Ascending</Sorting> </SeriesDefinitions> <Orientation>Vertical</Orientation> <LineAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>true</Visible> </LineAttributes> <Label> <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>true</Visible> </Label> <LabelPosition>Left</LabelPosition> <MajorGrid> <LineAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>196</Red> <Green>196</Green> <Blue>196</Blue> </Color> <Visible>false</Visible> </LineAttributes> <TickStyle>Across</TickStyle> <TickAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>196</Red> <Green>196</Green> <Blue>196</Blue> </Color> <Visible>true</Visible> </TickAttributes> </MajorGrid> <MinorGrid> <LineAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>225</Red> <Green>225</Green> <Blue>225</Blue> </Color> <Visible>false</Visible> </LineAttributes> <TickStyle>Across</TickStyle> <TickAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>225</Red> <Green>225</Green> <Blue>225</Blue> </Color> <Visible>false</Visible> </TickAttributes> </MinorGrid> <Scale> <MinorGridsPerUnit>5</MinorGridsPerUnit> </Scale> <Origin> <Type>Min</Type> <Value xsi:type="data:NumberDataElement"> <Value>0.0</Value> </Value> </Origin> <PrimaryAxis>true</PrimaryAxis> <Percent>false</Percent> </AssociatedAxes> <SeriesDefinitions> <Query> <Definition></Definition> </Query> <SeriesPalette> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>80</Red> <Green>166</Green> <Blue>218</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>242</Red> <Green>88</Green> <Blue>106</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>232</Red> <Green>172</Green> <Blue>57</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>255</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>64</Red> <Green>128</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>170</Red> <Green>85</Green> <Blue>85</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>0</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>192</Red> <Green>192</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>255</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>192</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>7</Red> <Green>146</Green> <Blue>94</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>128</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>255</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>128</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>192</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>0</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>64</Green> <Blue>64</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>64</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>80</Red> <Green>240</Green> <Blue>120</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>64</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>0</Green> <Blue>64</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>0</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>64</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>128</Red> <Green>128</Green> <Blue>128</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>64</Green> <Blue>0</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Entries> <Entries xsi:type="attribute:ColorDefinition"> <Transparency>255</Transparency> <Red>255</Red> <Green>128</Green> <Blue>0</Blue> </Entries> </SeriesPalette> <Series> <Visible>true</Visible> <Label> <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> </Label> <DataDefinition> <Definition>row["nombre_tramite"]</Definition> </DataDefinition> <SeriesIdentifier></SeriesIdentifier> <DataPoint> <Components> <Type>Orthogonal_Value</Type> </Components> <Separator>, </Separator> </DataPoint> <LabelPosition>Outside</LabelPosition> <Stacked>false</Stacked> </Series> <Grouping> <Enabled>false</Enabled> <GroupingInterval>2</GroupingInterval> <GroupType>Text</GroupType> <AggregateExpression>Sum</AggregateExpression> </Grouping> </SeriesDefinitions> <Orientation>Horizontal</Orientation> <LineAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>true</Visible> </LineAttributes> <Label> <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>true</Visible> </Label> <LabelPosition>Below</LabelPosition> <MajorGrid> <LineAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>196</Red> <Green>196</Green> <Blue>196</Blue> </Color> <Visible>false</Visible> </LineAttributes> <TickStyle>Across</TickStyle> <TickAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>196</Red> <Green>196</Green> <Blue>196</Blue> </Color> <Visible>true</Visible> </TickAttributes> </MajorGrid> <MinorGrid> <LineAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>225</Red> <Green>225</Green> <Blue>225</Blue> </Color> <Visible>false</Visible> </LineAttributes> <TickStyle>Across</TickStyle> <TickAttributes> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>225</Red> <Green>225</Green> <Blue>225</Blue> </Color> <Visible>false</Visible> </TickAttributes> </MinorGrid> <Scale> <MinorGridsPerUnit>5</MinorGridsPerUnit> </Scale> <Origin> <Type>Min</Type> <Value xsi:type="data:NumberDataElement"> <Value>0.0</Value> </Value> </Origin> <PrimaryAxis>true</PrimaryAxis> <CategoryAxis>true</CategoryAxis> <Percent>false</Percent> </Axes> <Orientation>Horizontal</Orientation> <UnitSpacing>50.0</UnitSpacing> <Rotation/> </model:ChartWithAxes> ]]></xml-property> <property name="outputFormat">SVG</property> <property name="dataSet">PorTramiteDSet</property> <property name="height">9.5in</property> <property name="width">7.1770833333in</property> <list-property name="boundDataColumns"> <structure> <property name="name">cod_tramite</property> <expression name="expression">dataSetRow["cod_tramite"]</expression> <property name="dataType">string</property> </structure> <structure> <property name="name">nombre_tramite</property> <expression name="expression">dataSetRow["nombre_tramite"]</expression> <property name="dataType">string</property> </structure> <structure> <property name="name">cantidad_expedientes</property> <expression name="expression">dataSetRow["cantidad_expedientes"]</expression> <property name="dataType">decimal</property> </structure> </list-property> </extended-item> </cell> </row> <row id="164"> <property name="height">0.2395833333in</property> <cell id="165"> <property name="colSpan">3</property> <property name="rowSpan">1</property> </cell> </row> </grid> </body> <list-property name="images"> <structure> <property name="name">gdoc.gif</property> <property name="data"> R0lGODlhkAAmAOMOAAAAABgYGJkAADU1NVFRUWpqaoKCgpeXl6urq+Tk5O3t7fX19fr6+v7+/v////// /yH+FUNyZWF0ZWQgd2l0aCBUaGUgR0lNUAAh+QQBCgAPACwAAAAAkAAmAAAE/vDJSau9OOvNu//gZgRB 4o1lqK5s61ZLAKRcPJtvru+vAdwdH5BHLBottqEmSTs6n73fjMERTqHY7CcJGFCXsp+3KCiby9o0xtr9 Zthj3Xlu5tDvAjWI2wZL+y54eBqCd3onf10iiQOBhYYYj3SHNWE/AQUaCZYzmSuFD4MXkpCUb4mYGgSo niClFZMWsbCzpkicnRmbrK5zG76yZxm1thVsl60Wq7wewITOE9DBdb/UIdaViTMIGLuo3HbSkdgSxLTC o4LhoovaAeDK2tvraC/mFOakeeOgG3xS7y54+/YMnSOD6RCG0sfvURV58+LJC9hwnz2F07Cxy+fsHgyI /komJADZ5Fy9i+QynlyIsRYxjxMWkIQ3ocHMignV4RNn8qTHjjx5UjgGkOYEBBApqrS4s180oU8N/pQK tcO/S0YlNMCFdVhQh01X4owqNqzFqkEmHsCA1N1arxhZsiPLNKdPqMBgWuWa6sJWd8ns1h1rthrVuOXQ 6X3I7ELbP30LprTbc7BZplXzIvbwL7KFv5ADwy1L+bLklXg1T/5wzLOFx8g+oJUrNrO0qda+rn7wr1EG 0FJ8N0MrLnXxuLM47j4WZw0jN8OPKy+rs7L1wqYv8GmunRP36PoUhhc6vm74U8GhX4CjXnb5we8t03V6 +RUMS99vpT9IqqKkDv35PVeVFQEowNgMBubw32hguWefYKRRwAQOfoRUzIU6CFESehti6CELNnTYnYUf lhgCChSKQEKKJrbo4osfRgAAOw== </property> </structure> <structure> <property name="name">gdoc4.jpg</property> <property name="data"> /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwg JC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIy MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAnAH0DASIAAhEBAxEB/8QA HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD33PNOrzj4q67qXh9dIu9Lu3t5DK4cDlXGOjA8EVT8N/GOzutl vr0H2SU8faIgWiP1HVf1HvWLrwU+R6Ho08qxNTDrEU1zLy308j1Oiq9reW99bpcWk8c8LjKyRsGVh7EV OehrY89pp2ZV1HUbfS7Ga9u5BHBEpZ2PYCvPpvjb4ficqljqMq9mREAP5sDVX416wbfSLPSo2wbpy8mO 6rg4/Mr+VeWeFvD9vr2pTNqGoJp+l2oXz7h5Ag3N90ZP0rlqVZupyQPbwmBw8cJ9axKbu7JL+vU9Z/4X loP/AEC9U/75i/8Ai66yLxnp9x4Ul8Q26SyW0UXmyRfKJFAGSOu3P4/jXmSeA/ADuqL4xtWZjgD7anJ/ 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 </property> </structure> </list-property> </report>