TimeToPerformType

The simpleType related to the definition of Time To Perform during
the process lifecycle. Allows for late binding. Note: This simpleType was added in v2.0.

Simple Type Information

Used By

Source

<xsd:simpleType name="TimeToPerformType">
  <xsd:annotation>
    <xsd:documentation>The simpleType related to the definition of Time To Perform during the process lifecycle. Allows for late binding. Note: This simpleType was added in v2.0.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="design"/>
    <xsd:enumeration value="configuration"/>
    <xsd:enumeration value="runtime"/>
  </xsd:restriction>
</xsd:simpleType>