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 |
|
legacyFlat2 |
|
legacyFlat3 |
|
legacyFlat4 |
|
legacyNormal1 |
|
legacyNormal2 |
|
legacyNormal3 |
|
legacyNormal4 |
|
legacyHarsh1 |
|
legacyHarsh2 |
|
legacyHarsh3 |
|
legacyHarsh4 |
|
threePt |
|
balanced |
|
soft |
|
harsh |
|
flood |
|
contrasting |
|
morning |
|
sunrise |
|
sunset |
|
chilly |
|
freezing |
|
flat |
|
twoPt |
|
glow |
|
brightRoom |
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).