TimeToPerform

The expected time available to successfully complete a specified
activity such as a substantive response to a request. The
Time To Perform could be a variable, i.e. it can be specified at different points
during the process lifecycle. Note: This element was added (previously was an attribute on specific elements) in v2.0; capabilities were also added for late binding.

Element Information

Model

Children: Variable

Attributes

QName Type Fixed Default Use Inheritable Annotation
duration xsd:duration optional
The duration of the maximum amount of time between the time
	at which the request is sent and the substantive response is
received. Note: This attribute was added in v2.0.
type TimeToPerformType design optional
The type as specified by the simpleType of
TimeToPerformType. Note: This attribute was added in v2.0.

Used By

Source

<xsd:element name="TimeToPerform">
  <xsd:annotation>
    <xsd:documentation>The expected time available to successfully complete a specified activity such as a substantive response to a request. The Time To Perform could be a variable, i.e. it can be specified at different points during the process lifecycle. Note: This element was added (previously was an attribute on specific elements) in v2.0; capabilities were also added for late binding.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="Variable" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="duration" type="xsd:duration" use="optional">
      <xsd:annotation>
        <xsd:documentation>The duration of the maximum amount of time between the time at which the request is sent and the substantive response is received. Note: This attribute was added in v2.0.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="type" type="TimeToPerformType" use="optional" default="design">
      <xsd:annotation>
        <xsd:documentation>The type as specified by the simpleType of TimeToPerformType. Note: This attribute was added in v2.0.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample