state

Internal state of the gate, specifying a name, and possibly a fractional contribution. 
HHGate or KSGate elements will specify the rate equations, etc. for the gate, referencing this state name.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fraction ZeroToOne 1 optional
name xs:string required

Source

<xs:element name="state" maxOccurs="2">
  <xs:annotation>
    <xs:documentation>Internal state of the gate, specifying a name, and possibly a fractional contribution. HHGate or KSGate elements will specify the rate equations, etc. for the gate, referencing this state name.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="name" type="xs:string" use="required"/>
    <xs:attribute name="fraction" type="meta:ZeroToOne" default="1"/>
  </xs:complexType>
</xs:element>

Sample