Complex Types | SteadyState, TimeCourse, Transition |
<xs:attributeGroup name="from_to"> <xs:attribute name="from" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Source state of the transition in kinetic scheme.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="to" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Target state of the transition in kinetic scheme.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |