<?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>Person</name>
    <parent title="Organizational Unit" 
            xlinktype="simple" 
            href="OrganizationalUnit.ixd"
            role="Null" 
            show="embed" />
    <description>A class representing a person.</description>
    <documentation title="Person class documentation" 
                   xlinktype="simple" 
                   href="PersonDocumentation.xhtml"
                   role="Documentation" 
                   show="embed" />
    <attribute id="cd.0">
	  <name>firstName</name>
      <description>First name</description>
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.1">
	  <name>lastName</name>
      <description>Family name.</description>
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.2">
      <name>dateOfBirth</name>
      <description>Date of birth.</description>
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.3">
      <name>dateOfDeath</name>
      <description>Dead.</description>
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.4">
      <name>originCountry</name>
      <description>Country of origin.</description>
      <type>ntgString</type>
    </attribute>
  </ClassDefinition>
</Class>
