OpenState

Open state of a gating complex

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fraction ZeroToOne 1 optional
The fractional conductance of the gate in this state. Has value 1 if not present
id xs:string required
Id to use in transition elements when specifying this as the from or to state of the transition.

Used By

Source

<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>