<xs:complexType name="TimeCourse">
<xs:annotation>
<xs:documentation>Time course of the transition between states in a GatingComplex</xs:documentation>
</xs:annotation>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Short name to use to refer to the time course e.g. tau</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="from_to"/>
<xs:attribute name="expr_form" type="CoreEquationType" use="required">
<xs:annotation>
<xs:documentation>Form of expression</xs:documentation>
</xs:annotation>
</xs:attribute>
<!-- Only one of the following should be present!!-->
<xs:attributeGroup ref="standard_expr_params"/>
<xs:attributeGroup ref="generic_expr_params"/>
</xs:complexType> |