<?xml version="1.0" ?>
<wfs:FeatureCollection
        xmlns:wfs="http://www.opengis.net/wfs/2.0"
        xmlns:cp="http://inspire.ec.europa.eu/schemas/cp/4.0"
        xmlns:base="http://inspire.ec.europa.eu/schemas/base/3.3"
        xmlns:ex="http://www.wetransform.to/ie-examples/inheritance/1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:gml="http://www.opengis.net/gml/3.2"
        xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd http://www.wetransform.to/ie-examples/inheritance/1.0 ./inheritance.xsd"
        numberMatched="3" numberReturned="3" timeStamp="2016-05-31T10:55:38.697+02:00">
    <wfs:member>
        <ex:JoinedParcel gml:id="_3">
            <cp:beginLifespanVersion xsi:nil="true" nilReason="unpopulated" />
            <cp:geometry><!-- ... --></cp:geometry>
            <cp:inspireId>
                <base:Identifier>
                    <base:localId>3</base:localId>
                    <base:namespace>http://www.wetransform.to/ie-examples/inheritance/</base:namespace>
                </base:Identifier>
            </cp:inspireId>
            <cp:label>My Joined Parcel</cp:label>
            <cp:nationalCadastralReference>urn:wetransform.to:ie-examples:inheritance:3</cp:nationalCadastralReference>
            <ex:joinedFrom>
                <cp:CadastralParcel gml:id="_1">
                    <cp:beginLifespanVersion xsi:nil="true" nilReason="unpopulated" />
                    <cp:geometry><!-- ... --></cp:geometry>
                    <cp:inspireId>
                        <base:Identifier>
                            <base:localId>1</base:localId>
                            <base:namespace>http://www.wetransform.to/ie-examples/inheritance/</base:namespace>
                        </base:Identifier>
                    </cp:inspireId>
                    <cp:label>My Original Parcel 1</cp:label>
                    <cp:nationalCadastralReference>urn:wetransform.to:ie-examples:inheritance:1</cp:nationalCadastralReference>
                </cp:CadastralParcel>
            </ex:joinedFrom>
            <ex:joinedFrom>
                <cp:CadastralParcel gml:id="_2">
                    <cp:beginLifespanVersion xsi:nil="true" nilReason="unpopulated" />
                    <cp:geometry><!-- ... --></cp:geometry>
                    <cp:inspireId>
                        <base:Identifier>
                            <base:localId>2</base:localId>
                            <base:namespace>http://www.wetransform.to/ie-examples/inheritance/</base:namespace>
                        </base:Identifier>
                    </cp:inspireId>
                    <cp:label>My Original Parcel 2</cp:label>
                    <cp:nationalCadastralReference>urn:wetransform.to:ie-examples:inheritance:2</cp:nationalCadastralReference>
                </cp:CadastralParcel>
            </ex:joinedFrom>
        </ex:JoinedParcel>
    </wfs:member>
</wfs:FeatureCollection>