diff --git a/src/Core/WinSWCore/XMLSchema.xsd b/src/Core/WinSWCore/XMLSchema.xsd
index 4b834e1..9d25f13 100644
--- a/src/Core/WinSWCore/XMLSchema.xsd
+++ b/src/Core/WinSWCore/XMLSchema.xsd
@@ -214,15 +214,20 @@
-
+ The time before the service should make its next call to the SetServiceStatus function
+ with an incremented checkPoint value (default 1 sec).
+ Do not wait longer than the wait hint. A good interval is one-tenth of the
+ wait hint but not less than 1 second and not more than 10 seconds.
-
-
+
+ The estimated time required for a pending stop operation (default 15 secs).
+ Before the specified amount of time has elapsed, the service should make its next call to the SetServiceStatus function
+ with either an incremented checkPoint value or a change in currentState. See the source link for more details.