2.40.3.1 CT_OEmbed

Target namespace: http://schemas.microsoft.com/office/word/2020/oembed

Referenced by: oembed

Represents online content such as a web video embedded in the document.<619>

Attributes:

oEmbedUrl: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that represents the URL of the embedded content inserted into the canvas.

mediaType: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the type of media (video, addin, html, rich content) of the embedded content inserted into the canvas.

picLocksAutoForOEmbed: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the picklocks ([ISO/IEC29500-1:2016] section 20.1.2.2.31) were automatically added for the embedded content.

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

 <xsd:complexType name="CT_OEmbed">
   <xsd:attribute name="oEmbedUrl" type="xsd:string" use="required"/>
   <xsd:attribute name="mediaType" type="xsd:string" use="required"/>
   <xsd:attribute name="picLocksAutoForOEmbed" type="xsd:boolean" use="optional" default="false"/>
 </xsd:complexType>

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