2.31.3.5 CT_Model3DRaster

Target namespace: http://schemas.microsoft.com/office/drawing/2017/model3d

Referenced by: CT_Model3D

Contains the rasterized image of the 3D Model and information about the renderer used to generate it, so that the 3D model can be drawn without loading the 3D viewer.

Child Elements:

blip: A CT_Blip [[ISO/IEC29500-1:2016] section A.4.1] element that specifies the relationship ID of a rasterized image of a 3D Model.

Attributes:

rName: A string [[XMLSCHEMA2/2] section 3.2.1] attribute that specifies the name of the renderer at the time the image was last updated.

rVer: A string [[XMLSCHEMA2/2] section 3.2.1] attribute that specifies the version of the renderer at the time the image was last updated.

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

 <xsd:complexType name="CT_Model3DRaster">
   <xsd:sequence>
     <xsd:element name="blip" type="a:CT_Blip" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="rName" type="xsd:string" use="required"/>
   <xsd:attribute name="rVer" type="xsd:string" use="required"/>
 </xsd:complexType>

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