<view>

<view> describes the visual context of some part of a screen play in terms of what the spectator sees, generally independent of any dialogue. [7.3.1 Technical Information 7.3 Other Types of Performance Text]
Moduledrama — Performance Texts
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
May contain
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
Note

A view is a particular form of stage direction.

Example
<view>
 <name>Max</name> joins his daughter
   at the window. <hi>Rain</hi> sprays his
   face-- </view>
<view>
 <camera>Max's POV</camera> He sees occasional
   windows open, and just across from his apartment
   house, a <hi>man</hi> opens the front door of
   a brownstone--</view>
Example
<div type="shot">
 <view>BBC World symbol</view>
 <sp>
  <speaker>Voice Over</speaker>
  <p>Monty Python's Flying Circus tonight comes to you live
       from the Grillomat Snack Bar, Paignton.</p>
 </sp>
</div>
<div type="shot">
 <view>Interior of a nasty snack bar. Customers around, preferably
     real people. Linkman sitting at one of the plastic tables.</view>
 <sp>
  <speaker>Linkman</speaker>
  <p>Hello to you live from the Grillomat Snack Bar.
   </p>
 </sp>
</div>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Declaration
<rng:element name="view">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element view
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   macro.specialPara
}