Projections

The list of projections from one cell population to another

Complex Type Information

Model

Children: projection

Attributes

QName Type Fixed Default Use Inheritable Annotation
units Units required
Unit system of all quantities in the projection descriptions, e.g. synaptic time constants

Used By

Source

<xs:complexType name="Projections">
  <xs:annotation>
    <xs:documentation>The list of projections from one cell population to another</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="meta:metadata"/>
    <xs:element name="projection" type="Projection" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="units" type="meta:Units" use="required">
    <xs:annotation>
      <xs:documentation>Unit system of all quantities in the projection descriptions, e.g. synaptic time constants</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>