I propose that the ALTER VIEW statement be enhanced to have syntax options embodying the principle illustrated here:
ALTER VIEW [ schema_name . ] view_name SET SCHEMABINDING = { ON | OFF }
[ ; ]
The ability to change a VIEW's SCHEMABINDING without having to have the full definition in scripts would greatly enhance the ease and automation of indexed view management. I hope you find this suggestion useful as well.