<xs:complexType name="InitialMembPotential">
<xs:annotation>
<xs:appinfo>
<meta:units>V</meta:units>
</xs:appinfo>
<xs:documentation>This quantity is often required for computational simulations and specifies the potential difference across the membrane at the start of the simulation. This is an optional field</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="parameter" type="UnnamedParameter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="variableParameter" type="VariableParameter" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType> |