3.1.4.3.4.3 t:SubscriptionStatusFrequencyType Simple Type

The SubscriptionStatusFrequencyType simple type specifies the interval, in minutes, at which push notification status will be sent to the client when the subscription is idle.

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