<xsd:complexType name="CT_Scene3D"> <xsd:sequence> <xsd:element name="camera" type="CT_Camera" minOccurs="1" maxOccurs="1"/> <xsd:element name="lightRig" type="CT_LightRig" minOccurs="1" maxOccurs="1"/> <xsd:element name="backdrop" type="CT_Backdrop" minOccurs="0" maxOccurs="1"/> <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> |