2.19.3.1 CT_WebVideoPr

Target namespace: http://schemas.microsoft.com/office/word/2012/wordprocessingDrawing

Referenced by: webVideoPr

A complex type that specifies the properties used to render HTML into the containing binary large image or picture (BLIP).

Attributes:

embeddedHtml:  An xsd:string attribute ([XMLSCHEMA2/2] section 3.2.1) that specifies the embedded HTML to be rendered within the BLIP. This attribute SHOULD NOT be omitted if the video playback experience is to be fully preserved.

h:  An xsd:unsignedInt [XMLSCHEMA2/2] section 3.3.22) attribute that specifies the height of the rendered HTML page in pixels. This attribute SHOULD NOT be omitted if the video playback experience is to be fully preserved.

w:  An xsd:unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the width of the rendered HTML page in pixels. This attribute SHOULD NOT be omitted if the video playback experience is to be fully preserved.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_WebVideoPr">
   <xsd:attribute name="embeddedHtml" type="xsd:string" use="optional" default=""/>
   <xsd:attribute name="h" type="xsd:unsignedInt" use="optional" default="0"/>
   <xsd:attribute name="w" type="xsd:unsignedInt" use="optional" default="0"/>
 </xsd:complexType>

See section 5.18 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).