Partager via


2.2.9.5 Wait Element

The wait element defines an amount of time in seconds that is referenced by the server while executing the call handling rules defined by the protocol client. This indicates the amount of time the server should wait before executing the next rule. The name attribute MUST be unique among all wait elements. The seconds attribute value SHOULD be between 0 and 1,200 seconds (both inclusive).

<xs:complexType name="wait-type">
    <xs:complexContent>
      <xs:extension base="tns:preamble-member-base-type">
        <xs:attribute name="seconds" type="xs:nonNegativeInteger" use="required" />
      </xs:extension>
    </xs:complexContent>
</xs:complexType>