<xsd:complexType name="CT_View3D">
<xsd:sequence>
<xsd:element name="rotX" type="CT_RotX" minOccurs="0" maxOccurs="1"/>
<xsd:element name="hPercent" type="CT_HPercent" minOccurs="0" maxOccurs="1"/>
<xsd:element name="rotY" type="CT_RotY" minOccurs="0" maxOccurs="1"/>
<xsd:element name="depthPercent" type="CT_DepthPercent" minOccurs="0" maxOccurs="1"/>
<xsd:element name="rAngAx" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element name="perspective" type="CT_Perspective" minOccurs="0" maxOccurs="1"/>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType> |