diff --git a/.gitignore b/.gitignore
index a05de82a..5522932c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ src/Web/wwwroot/
*.suo
*.user
+
+src/Site/documents/documentation/manual/v4/reference/
diff --git a/src/xsd4/bal.xsd b/src/xsd4/bal.xsd
index 529c1d5c..693f2cbf 100644
--- a/src/xsd4/bal.xsd
+++ b/src/xsd4/bal.xsd
@@ -380,6 +380,23 @@
+
+
+
+ This value determines whether case sensitivity is used to match overridable variables specified on the command line.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/todo.txt b/todo.txt
index 74e3444a..b6ac7a6a 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,4 +1,5 @@
bundle_built_in_variables.html.md:
* WixBundleAction - set to the numeric value of BOOTSTRAPPER\_ACTION from the call to IBootstrapperEngine::Plan().
-* WixBundleCommandLineAction - set to the numeric value of BOOTSTRAPPER\_ACTION from the command-line.
\ No newline at end of file
+* WixBundleCommandLineAction - set to the numeric value of BOOTSTRAPPER\_ACTION from the command-line.
+* WixCanRestart - set to 1 if the BA process has the privilege to shutdown the machine.
\ No newline at end of file