TransitionType.datatype

The type of the transition i.e. internal or external.

Simple Type Information

Used By

Source

<xsd:simpleType name="TransitionType.datatype">
  <xsd:annotation>
    <xsd:documentation>The type of the transition i.e. internal or external.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="internal"/>
    <xsd:enumeration value="external"/>
  </xsd:restriction>
</xsd:simpleType>