<?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="1">
    <name>Connection</name>
    <parent title="IntegraModule" 
            xlinktype="simple" 
            href="IntegraModule.ixd" 
            role="Specification" 
            show="embed" />
    <description>A connection between modules.</description>
    <documentation title="Documentation of Connection class" 
                     xlinktype="simple" 
                     href="ConnectionDoc.xml"
                     role="Documentation" 
                     show="embed" />
    <tag>connection</tag>
    <attribute id="cd.0">
	  <name>sources</name>
	  <description>The connection source object.</description>
      <documentation title="Documentation of the source attribute." 
                     xlinktype="simple"
                     href="../documentation/ConnectionSourceDoc.xml" 
                     role="Documentation" 
                     show="embed" />
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.1">
	  <name>sourcePort</name>
	  <description>The connection source port.</description>
      <documentation title="Documentation of the source port attribute." 
                     xlinktype="simple"
                     href="../documentation/ConnectionSourcePortDoc.xml" 
                     role="Documentation" 
                     show="embed" />
      <type>ntgInt</type>
    </attribute>
    <attribute id="cd.2">
	  <name>destinations</name>
	  <description>The connection destination object.</description>
      <documentation title="Documentation of the destination attribute." 
                     xlinktype="simple"
                     href="../documentation/ConnectionDestinationDoc.xml" 
                     role="Documentation" 
                     show="embed" />
      <type>ntgString</type>
    </attribute>
    <attribute id="cd.3">
	  <name>destinationPort</name>
	  <description>The connection destination port.</description>
      <documentation title="Documentation of the destination port attribute." 
                     xlinktype="simple"
                     href="../documentation/ConnectionDestinationPortDoc.xml" 
                     role="Documentation" 
                     show="embed" />
      <type>ntgInt</type>
    </attribute>
    <attribute id="cd.4">
	  <name>rate</name>
	  <description>The rate for the connection.</description>
      <documentation title="Documentation of the rate attribute." 
                     xlinktype="simple"
                     href="../documentation/RateDoc.xml" 
                     role="Documentation" 
                     show="embed" />
      <type>ntgInt</type>
    </attribute>
    <attribute id="cd.5">
	  <name>map</name>
	  <description>The value mapping for the connection.</description>
      <documentation title="Documentation of the mapping attribute." 
                     xlinktype="simple"
                     href="../documentation/MapDoc.xml" 
                     role="Documentation" 
                     show="embed" />
      <type>ntgString</type>
    </attribute>
  </ClassDefinition>

  <ModuleDefinition>
    <attribute id="md.0">
      <unit>none</unit>
      <description>One or many sources for the connection.</description>
      <minimum>none</minimum>
      <maximum>none</maximum>
      <default>none</default>
    </attribute>
    <attribute id="md.1">
      <unit>none</unit>
      <description>One or many source ports for the connection.</description>
      <minimum>0</minimum>
      <maximum>INF</maximum>
      <default>0</default>
    </attribute>
    <attribute id="md.2">
      <unit>none</unit>
      <description>One or many destinations for the connection.</description>
      <minimum>none</minimum>
      <maximum>none</maximum>
      <default>none</default>
    </attribute>
    <attribute id="md.3">
      <unit>none</unit>
      <description>One or many destination ports for the connection.</description>
      <minimum>0</minimum>
      <maximum>INF</maximum>
      <default>0</default>
    </attribute>
    <attribute id="md.4">
      <unit>Hertz</unit>
      <description>The frequency of the rate of the connection.</description>
      <minimum>1</minimum>
      <maximum>INF</maximum>
      <default>4410</default>
    </attribute>
    <attribute id="md.5">
      <unit>none</unit>
      <description>The mapping between source and destination of the connection.</description>
      <minimum>none</minimum>
      <maximum>none</maximum>
      <default>ntgLinear</default>
    </attribute>
    <moduleIsCore value="true"/>
  </ModuleDefinition>
</Class>
