2.6.3.26 CT_Scene3D
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: scene3d
A complex type that specifies 3-D scene properties.
Child Elements:
camera: A CT_Camera element that specifies the placement of the camera.
lightRig: A CT_LightRig element that specifies the lighting properties associated with the scene.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Scene3D"> <xsd:sequence> <xsd:element name="camera" type="CT_Camera"/> <xsd:element name="lightRig" type="CT_LightRig"/> </xsd:sequence> </xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).