2.31.3.15 CT_WindowViewport
Target namespace: http://schemas.microsoft.com/office/drawing/2017/model3d
Referenced by: CT_Model3D
Represents that the model is in window mode. In this mode, the size of the frame is manually modifiable and is preserved. The camera can also be panned, causing the model to potentially be clipped by the edge of the frame. If the camera is panned, the look at point is updated to a point of the model in the center of the frame.
Child Elements:
extLst: A CT_OfficeArtExtensionList ([ISO/IEC29500-1:2016] section A.4.1) element that specifies the extension list in which all future extensions of element type ext are defined. The extension list, along with corresponding future extensions, is used to extend the storage capabilities of the DrawingML framework. This enables various new types of data to be stored natively in the framework.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_WindowViewport"> <xsd:sequence> <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.29 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).