diff --git a/etc/caseDicts/annotated/topoSetDict b/etc/caseDicts/annotated/topoSetDict
index 789a7e027beac3d0537c2af0963d3b23baf4c524..c30829dd784094c823e6d89929e5da157fb591d2 100644
--- a/etc/caseDicts/annotated/topoSetDict
+++ b/etc/caseDicts/annotated/topoSetDict
@@ -103,6 +103,16 @@ actions
         source  boxToCell;
         box     (0.04 0 0)(0.06 100 100);
     }
+
+    // Example: create faceZone from explicit contents. Assumes faceZone same
+    //          orientation as face (flipMap is false)
+    {
+        name    f0;
+        type    faceZoneSet;
+        action  new;
+        source  labelToFace;
+        value   (2);
+    }
 );
 
 // ************************************************************************* //