NamedParameter

Definition of a value for a quantity and the associated groups of cables 
which have this value. Can have any name, but gmax and e are special...

Complex Type Information

Model

Children: group

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string required
2 names have special meaning: gmax for the maximum conductance density, and e for the reversal potential of a passive channel
value xs:double required

Used By

Source

<xs:complexType name="NamedParameter">
  <xs:annotation>
    <xs:documentation>Definition of a value for a quantity and the associated groups of cables which have this value. Can have any name, but gmax and e are special...</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="group" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="name" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>2 names have special meaning: gmax for the maximum conductance density, and e for the reversal potential of a passive channel</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="value" type="xs:double" use="required"/>
</xs:complexType>