2.6.4.5 ST_LightRigType

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_LightRig

A simple type that specifies a light rig preset to use. A light rig represents a group of lights oriented in a specific way relative to a 3-D scene.

Possible values for this type are listed in the following table. See [ISO/IEC29500-1:2016] section 20.1.10.30 for details regarding the meaning of the listed values.

Value

Meaning

legacyFlat1

Legacy Flat 1.

legacyFlat2

Legacy Flat 2.

legacyFlat3

Legacy Flat 3.

legacyFlat4

Legacy Flat 4.

legacyNormal1

Legacy Normal 1.

legacyNormal2

Legacy Normal 2.

legacyNormal3

Legacy Normal 3.

legacyNormal4

Legacy Normal 4.

legacyHarsh1

Legacy Harsh 1.

legacyHarsh2

Legacy Harsh 2.

legacyHarsh3

Legacy Harsh 3.

legacyHarsh4

Legacy Harsh 4.

threePt

Three Point.

balanced

Balanced.

soft

Soft.

harsh

Harsh.

flood

Flood.

contrasting

Contrasting.

morning

Morning.

sunrise

Sunrise.

sunset

Sunset.

chilly

Chilly.

freezing

Freezing.

flat

Flat.

twoPt

Two Point.

glow

Glow.

brightRoom

Bright Room.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_LightRigType">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="legacyFlat1"/>
     <xsd:enumeration value="legacyFlat2"/>
     <xsd:enumeration value="legacyFlat3"/>
     <xsd:enumeration value="legacyFlat4"/>
     <xsd:enumeration value="legacyNormal1"/>
     <xsd:enumeration value="legacyNormal2"/>
     <xsd:enumeration value="legacyNormal3"/>
     <xsd:enumeration value="legacyNormal4"/>
     <xsd:enumeration value="legacyHarsh1"/>
     <xsd:enumeration value="legacyHarsh2"/>
     <xsd:enumeration value="legacyHarsh3"/>
     <xsd:enumeration value="legacyHarsh4"/>
     <xsd:enumeration value="threePt"/>
     <xsd:enumeration value="balanced"/>
     <xsd:enumeration value="soft"/>
     <xsd:enumeration value="harsh"/>
     <xsd:enumeration value="flood"/>
     <xsd:enumeration value="contrasting"/>
     <xsd:enumeration value="morning"/>
     <xsd:enumeration value="sunrise"/>
     <xsd:enumeration value="sunset"/>
     <xsd:enumeration value="chilly"/>
     <xsd:enumeration value="freezing"/>
     <xsd:enumeration value="flat"/>
     <xsd:enumeration value="twoPt"/>
     <xsd:enumeration value="glow"/>
     <xsd:enumeration value="brightRoom"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).