<?xml version="1.0"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation="CoreSchema-test.xsd"
       xsi:schemaLocation="http://www.w3.org/1999/xlink xlink-schema.xsd"
       coreSchemaVersionMajor="0"
       coreSchemaVersionMinor="1"
       classAbsoluteVersion="0">

  <ClassDefinition class-id="9980">
    <name>Author</name>
    <parent title="Person" 
            xlinktype="simple" 
            href="Person.ixd"
            role="Null" 
            show="embed" />
    <description>A class representing an author.</description>
    <documentation title="Author class documentation" 
                   xlinktype="simple" 
                   href="AuthorDocumentation.xhtml"
                   role="Documentation" 
                   show="embed" />
    <attribute id="cd.0">
	  <name>authorType</name>
      <description>Type of author.</description>
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.1">
	  <name>workList</name>
      <description>List of works by author.</description>
      <type>ntgString</type>
    </attribute>
  </ClassDefinition>
</Class>
