Re: Three ways to organize data

Kit <[email protected]> Mon, 20 Mar 2023 17:17:08 +0100
Newsgroups gmane.text.xml.devel
Message-ID <CAAVKVq8hLZf_uCMm8hmhZLDxiOAt5dF3eP-vtEXpAdabJK723g@mail.gmail.com>
<Records>
    <Book>
        <PrimaryKey>PLAI</PrimaryKey>
        <Title>Programming Languages Application and Interpretation</Title>
        <Date>2007</Date>
        <Author>Krishnamurti</Author>
        <ForeignKey>SK</ForeignKey>
    </Book>
    <Author>
        <PrimaryKey>SK</PrimaryKey>
        <Name>Shriram Krishnamurti</Name>
        <Employer>Brown University</Employer>
    </Author>
    <Watch>
        <PrimaryKey>TimexInd</PrimaryKey>
        <Brand>Timex</Brand>
        <Model>Indiglo</Model>
        <ForeignKey>Lit</ForeignKey>
    </Watch>
    <Battery>
        <PrimaryKey>Lit</PrimaryKey>
        <Chemistry>Lithium</Chemistry>
        <Volts>3</Volts>
    </Battery>
</Records>
-- 
Kit

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: [email protected]
subscribe: [email protected]
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php