<xs:element name="evaluate" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="color_target" type="fx_colortarget_type" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="depth_target" type="fx_depthtarget_type" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="stencil_target" type="fx_stenciltarget_type" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="color_clear" type="fx_clearcolor_type" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="depth_clear" type="fx_cleardepth_type" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="stencil_clear" type="fx_clearstencil_type" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="draw" type="fx_draw_type" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |