<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="file:/Users/jawalsh/development/tei/odd/RomaResults/relatedItem.rnc" type="compact"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title>Related Item Instance Document</title>
            </titleStmt>
            <publicationStmt>
                <p>Published by John A. Walsh.</p>
            </publicationStmt>
            <sourceDesc>
                <p>This document is the original source.</p>
            </sourceDesc>

        </fileDesc>
    </teiHeader>
    <text>
        <body>
            <listBibl>

                <!-- relatedItem w/ embedded biblStruct -->
                <biblStruct xml:id="bibl01">
                    <analytic>
                        <title level="a">The Garden of Proserpine</title>
                        <author>Swinburne, Algernon Charles</author>
                    </analytic>
                    <monogr>
                        <title>The Poems of Algernon Charles Swinburne</title>
                        <imprint>
                            <pubPlace>London</pubPlace>
                            <publisher>Chatto</publisher>
                            <date value="1904"/>
                            <biblScope type="volume">1</biblScope>
                            <biblScope type="pages">169-172</biblScope>
                        </imprint>
                        <extent>6 vols.</extent>
                    </monogr>
                    <relatedItem type="other">
                        <biblStruct xml:id="bibl02">
                            <analytic>
                                <title level="a">The Garden of Proserpine</title>
                                <author>Swinburne, Algernon Charles</author>
                            </analytic>
                            <monogr>
                                <imprint>
                                    <pubPlace> London </pubPlace>
                                    <publisher> Moxon </publisher>
                                    <date value="1866"> 1866 </date>
                                </imprint>
                            </monogr>
                        </biblStruct>
                    </relatedItem>
                </biblStruct>

                <!-- relatedItem w/ embedded ref -->
                <biblStruct xml:id="bibl03">
                    <monogr>
                        <author>Swinburne, Algernon Charles</author>
                        <title>Swinburne's <title>Atalana in Calydon</title>: A Facsimile of the
                            First Edition</title>
                        <editor>Georges Lafourcade</editor>
                        <imprint>

                            <pubPlace>London</pubPlace>
                            <publisher>Oxford UP</publisher>
                            <date>1930</date>
                        </imprint>
                    </monogr>

                    <relatedItem type="original">
                        <ref target="#bibl04"/>
                    </relatedItem>

                </biblStruct>

                <biblStruct xml:id="bibl04">
                    <monogr>
                        <author> Swinburne, Algerno Charles</author>
                        <title>Atalanta in Calydon</title>
                        <imprint>
                            <pubPlace>London</pubPlace>
                            <publisher>Moxon</publisher>
                            <date>1865</date>
                        </imprint>
                    </monogr>
                </biblStruct>

            </listBibl>
        </body>
    </text>
</TEI>