3.1.4.3.4.2 t:SubscriptionTimeoutType Simple Type

The SubscriptionTimeoutType simple type specifies the duration, in minutes, that a subscription can remain idle without a GetEvents operation request from the client.

 <xs:simpleType name="SubscriptionTimeoutType">
   <xs:restriction
     base="xs:int"
   >
     <xs:minInclusive
       value="1"
      />
     <xs:maxInclusive
       value="1440"
      />
   </xs:restriction>
 </xs:simpleType>