from_to

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
from xs:string required
Source state of the transition in kinetic scheme.
to xs:string required
Target state of the transition in kinetic scheme.

Used By

Source

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