<?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>Recording</name>
    <parent title="AbstractTextBlock" 
            xlinktype="simple" 
            href="AbstractTextBlock.ixd"
            role="Specification" 
            show="embed" />
    <description>A class representing a recording.</description>
    <documentation title="Recording class documentation" 
                   xlinktype="simple" 
                   href="RecordingClassDocumentation.xhtml"
                   role="Documentation" 
                   show="embed" />
    <attribute id="cd.0">
	  <name>recordingMedium</name>
      <description>The format of the recording.</description>
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.1">
	  <name>recordedBy</name>
      <description>Id of the person who has done the recrding.</description>
      <type>ntgInt</type>
    </attribute>
    <attribute id="cd.2">
      <name>recordedAt</name>
      <description>Where this recording was done.</description>
      <type>ntgInt</type>
    </attribute>
    <attribute id="cd.3">
      <name>recordedOn</name>
      <description>The date the recording was made.</description>
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.4">
      <name>recording</name>
      <description>A reference to the recording.</description>
      <type>ntgInt</type>
    </attribute>
  </ClassDefinition>
</Class>
