grim/purple-objects-docbook

renamed object.key to objects.key

2009-04-22, Gary Kramlich
8fbae1436dee
renamed object.key to objects.key
renamed relationship.key to relationships.key
Hopefully this will avoid some confusion
<?xml version="1.0" encoding="UTF-8"?>
<hierarchy name="Relationship Key">
<objects>
<object name="Abstract" type="abstract"/>
<object name="Concrete" type="concrete"/>
<object name="Interface" type="interface"/>
<object name="Implementor" type="concrete"/>
<object name="Class" type="concrete"/>
<object name="HasA" type="concrete"/>
</objects>
<relations>
<relation start="Concrete" end="Abstract" type="is-a"/>
<relation start="Implementor" end="Interface" type="implements"/>
<relation start="Class" end="HasA" type="has-a"/>
</relations>
</hierarchy>
<!--
vi: syntax=xml
-->