GET one defect link XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
GET: /qcbin/rest/domains/DOMAIN_NAME/projects/PROJECT_NAME/defects/1/defect-links/1
Accept: application/xml
-->
<defect-link>
    <comment/>
    <creation-time xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:dateTime">2010-03-15T00:00:00-12:00</creation-time>
    <first-endpoint-id xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:int">1</first-endpoint-id>
    <id xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:int">6</id>
    <owner>SallyQA</owner>
    <second-endpoint-id xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:int">4</second-endpoint-id>
    <second-endpoint-name>Restrict number of trips to Norris cottage</second-endpoint-name>
    <second-endpoint-status>Not Covered</second-endpoint-status>
    <second-endpoint-type>requirement</second-endpoint-type>
</defect-link>