ClosedState

Closed state of a gating complex

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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="ClosedState">
  <xs:annotation>
    <xs:documentation>Closed 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:complexType>