<?xml version="1.0" encoding="ISO-8859-1"?>

<Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation='knownspace-config-schema.xml'>
    <Simpleton>
        <Class>org.datamanager.kernel.EntityMakerSimpleton</Class>
        <Name>Entity Maker Simpleton</Name>
        <ShortDescription>Entity Maker Simpleton lets you create Entities. </ShortDescription>
        <LongDescription>blah blah blah...</LongDescription>
        <Version>1.0</Version>
        <AuthorList>
            <Author>Liggett, Matt</Author>
        </AuthorList>
    </Simpleton>
    <Simpleton>
        <Class>org.datamanager.kernel.TeamASimpleton</Class>
        <Name>TeamA Simpleton</Name>
        <ShortDescription>TeamA Simpleton is pretty simple. </ShortDescription>
        <LongDescription>It's so simple, I could write paragraphs and paragraphs about its simplicity...</LongDescription>
        <Version>1.0</Version>
        <AuthorList>
            <Author>Liggett, Matt</Author>
            <Author>Dent, Chris</Author>
        </AuthorList>
    </Simpleton>
    <!-- Userintface elements have the same format as Simpleton
    <Userinterface>
    </Userinterface>
    -->
    <!-- ad nausem; as many Simpleton and Userinterface elements as you want -->
</Config>

