]> git.sesse.net Git - casparcg/commitdiff
[scene] Updated XML Schema with examples.
authorHelge Norberg <helge.norberg@svt.se>
Mon, 27 Feb 2017 15:29:35 +0000 (16:29 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Mon, 27 Feb 2017 15:29:35 +0000 (16:29 +0100)
core/producer/scene/scene.xsd

index 2184a92cd193a765db019b4544e286ca8b5f708a..bd43ff0e1d05dc4f2c54835c5a3d905507a00013 100644 (file)
       <xs:enumeration value="A string constant" />
       <xs:enumeration value="${&quot;A string constant&quot;}" />
       <xs:enumeration value="${variable.some_string + &quot; will be concatenated&quot;}" />
+      <xs:enumeration value="${to_lower(variable.some_string)}" />
+      <xs:enumeration value="${to_upper(variable.some_string)}" />
       <xs:enumeration value="${&quot;Concatenate string with number: &quot; + variable.some_number}" />
       <xs:enumeration value="${&quot;Concatenate string with different strings based on bool: &quot; + (variable.some_bool ? &quot;Enabled&quot; : &quot;Disabled&quot;)}" />
       <xs:enumeration value="${mouse_x &lt; 640 ? &quot;Left of middle&quot; : variable.message_when_right_of_middle}" />
       <xs:enumeration value="${sin(angle)}" />
       <xs:enumeration value="${cos(angle)}" />
       <xs:enumeration value="${abs(value)}" />
+      <xs:enumeration value="${floor(value)}" />
+      <xs:enumeration value="${length(str)}" />
       <xs:enumeration value="${animate(expression_to_animate, duration, tweener)}" />
       <xs:enumeration value="${animate(layer.to_follow.x, 200, &quot;easeoutelastic&quot;)}" />
     </xs:restriction>