<xs:complexType name="OpenState">
<xs:annotation>
<xs:documentation>Open state of a gating complex</xs:documentation>
</xs:annotation>
<xs:attribute name="id" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Id to use in transition elements when specifying this as the from or to state of the transition.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="fraction" type="meta:ZeroToOne" default="1">
<xs:annotation>
<xs:documentation>The fractional conductance of the gate in this state. Has value 1 if not present</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |