<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.0.4.final using JasperReports Library version 6.0.4  -->
<!-- 2015-06-02T14:30:13 -->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="details" pageWidth="595" pageHeight="200" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="9ded20a7-ce7c-4b9f-9424-4869a2379039">
	<property name="com.jaspersoft.studio.data.defaultdataadapter" value="XMLAdapter"/>
	<property name="com.jaspersoft.studio.unit." value="pixel"/>
	<queryString language="xPath">
		<![CDATA[/contacts/addressbook/person]]>
	</queryString>
	<field name="name" class="java.lang.String">
		<fieldDescription><![CDATA[name]]></fieldDescription>
	</field>
	<field name="phone" class="java.lang.String">
		<fieldDescription><![CDATA[phone]]></fieldDescription>
	</field>
	<columnHeader>
		<band height="30" splitType="Stretch">
			<staticText>
				<reportElement x="0" y="0" width="278" height="30" uuid="817e2149-5f81-43db-83d8-603190493aa6"/>
				<text><![CDATA[name]]></text>
			</staticText>
			<staticText>
				<reportElement x="278" y="0" width="277" height="30" uuid="af122d5a-34bc-4fbf-aaed-7d022c46d26c"/>
				<text><![CDATA[phone]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="13" splitType="Stretch">
			<property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.HorizontalRowLayout"/>
			<textField>
				<reportElement x="0" y="0" width="278" height="13" uuid="cbc28414-e83d-4d81-bc3a-874962124e19"/>
				<textFieldExpression><![CDATA[$F{name}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="278" y="0" width="277" height="13" uuid="638ffadb-f813-42ff-a89d-c6061d2d138e"/>
				<textFieldExpression><![CDATA[$F{phone}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
</jasperReport>
