I am marking up my content with schema.org microformats and am wondering about the itemscope attribute. The example given on http://schema.org/docs/gs.html is
<div itemscope itemtype="http://schema.org/Movie">
Is this valid HTML5? I thought attributes needed values, something like
<div itemscope="itemscope" itemtype="http://schema.org/Movie">