public Schema()
     : base()
 {
     InstanceType = typeof(__CookiePa__);
     ClassName    = "CookiePage";
     Properties.ClearExposed();
     Html = Add <__TString__>("Html");
     Html.DefaultValue = "/KitchenSink/CookiePage.html";
     Html.SetCustomAccessors((_p_) => { return(((__CookiePa__)_p_).__bf__Html__); }, (_p_, _v_) => { ((__CookiePa__)_p_).__bf__Html__ = (System.String)_v_; }, false);
     RequestCookie = Add <__TString__>("RequestCookie");
     RequestCookie.DefaultValue = "The cookie is not set, reload the page to set value";
     RequestCookie.SetCustomAccessors((_p_) => { return(((__CookiePa__)_p_).__bf__RequestCookie__); }, (_p_, _v_) => { ((__CookiePa__)_p_).__bf__RequestCookie__ = (System.String)_v_; }, false);
 }