]> git.sesse.net Git - casparcg/commitdiff
[scene] Fixed element name in XML Schema
authorHelge Norberg <helge.norberg@svt.se>
Mon, 13 Feb 2017 15:17:23 +0000 (16:17 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Mon, 13 Feb 2017 15:17:23 +0000 (16:17 +0100)
core/producer/scene/scene.xsd

index b6008fafe29de08b9d325147f46de8da6fd9d6ea..67855a5cb1efa0a36e17ad72da1ce32954c4d1a3 100644 (file)
@@ -82,7 +82,7 @@
                     <xs:element type="number_expression" name="perspective_lower_right_y" minOccurs="0">            <xs:annotation><xs:documentation>The Y position within the layer coordinate system to corner pin the lower right corner. Can be an expression.</xs:documentation></xs:annotation></xs:element>
                     <xs:element type="number_expression" name="perspective_lower_left_x" minOccurs="0" default="0"> <xs:annotation><xs:documentation>The X position within the layer coordinate system to corner pin the lower left corner. Can be an expression.</xs:documentation></xs:annotation></xs:element>
                     <xs:element type="number_expression" name="perspective_lower_left_y" minOccurs="0">             <xs:annotation><xs:documentation>The Y position within the layer coordinate system to corner pin the lower left corner. Can be an expression.</xs:documentation></xs:annotation></xs:element>
-                    <xs:element name="adjustment" minOccurs="0">
+                    <xs:element name="adjustments" minOccurs="0">
                       <xs:annotation>
                         <xs:documentation>
                           Properties regarding image adjustments. They are addressable from expressions as layer.[id].adjustment.[property].