diff --git a/doc/Analytics.xml b/doc/Analytics.xml
index 64630df7b..79da8a5de 100644
--- a/doc/Analytics.xml
+++ b/doc/Analytics.xml
@@ -657,6 +657,32 @@
]]>
+
+
+ Aspect Ratio Dependant Transformation
+ This section describes the transformation specific to a scene aspect ratio.
+ Same as the transformation node, this node is used to apply final geometric transformations to the scene elements when the device supports more than one aspect ratio. This node allows the client to choose which transformation to apply, matching the metadata aspect ratio to the rendered aspect ratio.
+ The aspect ratio transformation node can contain the following elements:
+
+
+
+
+ ...
+
+
+]]>
+ For example, the coordinates of the scene description are given in a frame coordinate system, where the lower-left corner has coordinates (0,0) and the upper-right corner coordinates (320,240). The video source aspect ratio is 4:3. The frame node resembles the following code, where the scale is set to crop the image to other supported aspect ratios:
+
+
+
+
+
+
+ ...
+
+]]>
+ In every Frame, the device must add the nodes for at least the currently configured aspect ratios. The node for the video source aspect ratio should be omitted.
Scene Elements
diff --git a/wsdl/ver10/schema/common.xsd b/wsdl/ver10/schema/common.xsd
index 152655db5..849f23e30 100644
--- a/wsdl/ver10/schema/common.xsd
+++ b/wsdl/ver10/schema/common.xsd
@@ -267,6 +267,14 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
+
+
+
+
+
+
+
+
diff --git a/wsdl/ver10/schema/metadatastream.xsd b/wsdl/ver10/schema/metadatastream.xsd
index 83973628e..463122f6e 100644
--- a/wsdl/ver10/schema/metadatastream.xsd
+++ b/wsdl/ver10/schema/metadatastream.xsd
@@ -291,6 +291,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
+