Add xsd_all keyword to Thrift

Summary: Makes a struct an xsd_all instead of a sequence

Reviewed By: dave


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664929 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/thrift.l b/compiler/cpp/src/thrift.l
index 324c5ea..4f2d542 100644
--- a/compiler/cpp/src/thrift.l
+++ b/compiler/cpp/src/thrift.l
@@ -59,6 +59,7 @@
 "cpp_type"      { return tok_cpp_type;      }
 "java_package"  { return tok_java_package;  }
 "php_namespace" { return tok_php_namespace; }
+"xsd_all"       { return tok_xsd_all;       }
 "include"       { return tok_include;       }
 
 "void"          { return tok_void;          }