Inputs

The list of electrical inputs into the cells. This should be extended to allow voltage clamp inputs...

Complex Type Information

Model

Children: input

Attributes

QName Type Fixed Default Use Inheritable Annotation
units Units required
Unit system of all quantities in the input description, e.g. input current amplitudes

Used By

Source

<xs:complexType name="Inputs">
  <xs:annotation>
    <xs:documentation>The list of electrical inputs into the cells. This should be extended to allow voltage clamp inputs...</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="meta:metadata"/>
    <xs:element name="input" type="Input" 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 input description, e.g. input current amplitudes</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>