diff --git a/SLUB_mediaconch_policy_retrodigitized_video.xml b/SLUB_mediaconch_policy_retrodigitized_video.xml
index 27b02e79440397bbf80fc67d88d811c76e0a1b67..95af2659cadfaea1a42b1d4fe2cd89dcd42c483d 100644
--- a/SLUB_mediaconch_policy_retrodigitized_video.xml
+++ b/SLUB_mediaconch_policy_retrodigitized_video.xml
@@ -71,6 +71,26 @@
             <rule name="Video/ScanType is Interlaced" value="ScanType" tracktype="Video" occurrence="*" operator="=">Interlaced</rule>
           </policy>
         </policy>
+        <policy type="and" name="BetaCamXP with VBI,non-square pixel, retrodigitized">
+          <rule name="Video/Width is =720" value="Width" tracktype="Video" occurrence="*"
+            operator="=">720</rule>
+          <rule name="Video/Height is =608" value="Height" tracktype="Video" occurrence="*"
+            operator="=">608</rule>
+          <policy name="non-square pixel" type="and">
+            <rule name="Video/PixelAspectRatio is &gt;=1.126" value="PixelAspectRatio"
+              tracktype="Video" occurrence="*" operator="=">1.126</rule>
+            <rule name="Video/DisplayAspectRatio is =1.333" value="DisplayAspectRatio"
+              tracktype="Video" occurrence="*" operator="=">1.333</rule>
+          </policy>
+          <rule name="General/FrameRate is 25.000" value="FrameRate" tracktype="General"
+            occurrence="*" operator="=">25.000</rule>
+          <policy name="Scantype" type="or">
+            <rule name="Video/ScanType is Progressive" value="ScanType" tracktype="Video"
+              occurrence="*" operator="=">Progressive</rule>
+            <rule name="Video/ScanType is Interlaced" value="ScanType" tracktype="Video"
+              occurrence="*" operator="=">Interlaced</rule>
+          </policy>
+        </policy>
         <policy type="and" name="NTSC">
           <rule name="Video/Width is =640" value="Width" tracktype="Video" occurrence="*" operator="=">640</rule>
           <rule name="Video/Height is =480" value="Height" tracktype="Video" occurrence="*" operator="=">480</rule>