<xsd:complexType name="CT_LightRig">
<xsd:sequence>
<xsd:element name="rot" type="CT_SphereCoords" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Rotation</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="rig" type="ST_LightRigType" use="required">
<xsd:annotation>
<xsd:documentation>Rig Preset</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dir" type="ST_LightRigDirection" use="required">
<xsd:annotation>
<xsd:documentation>Direction</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|