<xs:simpleType name="MechanismType">
<xs:annotation>
<xs:documentation>Specifies the type of cellular mechanism. Note could be used for any type of electrophysiological property of a section of a cell</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Channel Mechanism">
<xs:annotation>
<xs:documentation>Voltage and/or conductance dependent membrane conductance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ion Concentration">
<xs:annotation>
<xs:documentation>Mechanism which alters the oncentration of a specific ion</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |