:introduced: el alto
 
     A VNF's Heat Orchestration Template's Base Module **MAY** declare zero, one,
-    or more than one ``OS::Nova::Server`` resource.
+    or more than one ``OS::Nova::Server`` resource.  A ``OS::Nova::Server``
+    **MAY** be created in the base module or a nested yaml file invoked by the
+    base module.
 
 .. req::
     :id: R-610020
     :introduced: el alto
 
     If a VNF's Heat Orchestration Template's Base Module contains two or more
-    ``OS::Nova::Server`` resources, the ``OS::Nova::Server`` resources **MAY**
+    ``OS::Nova::Server`` resources (created in the base module itself and/or
+    in a nested yaml file invoked by the base module), the ``OS::Nova::Server``
+    resources **MAY**
     define the same ``{vm-type}`` (as defined in R-01455) or **MAY**
     define different ``{vm-type}``.
 
       the base module.
     - there is no constraint on the number of ``OS::Nova::Server`` resources
       that define the same ``{vm-type}`` in the base module.
+    - if an ``OS::Nova::Server`` is created in a nested yaml file invoked by
+      the base module, the nested yaml file **MUST NOT** contain more than one
+      ``OS::Nova::Server`` resource (as defined in R-17528).
 
 .. req::
     :id: R-610030
     :introduced: el alto
 
     A VNF's Heat Orchestration Template's Incremental Module **MUST**
-    declare one or more ``OS::Nova::Server`` resources.
+    declare one or more ``OS::Nova::Server`` resources.  A ``OS::Nova::Server``
+    **MAY** be created in the incremental module or a nested yaml file invoked
+    by the incremental module.
 
 .. req::
     :id: R-610040
       the incremental module.
     - there is no constraint on the number of ``OS::Nova::Server`` resources
       that define the same ``{vm-type}`` in the incremental module.
+    - if an ``OS::Nova::Server`` is created in a nested yaml file invoked by
+      the incremental module, the nested yaml file **MUST NOT** contain more
+      than one ``OS::Nova::Server`` resource (as defined in R-17528).
 
 
 .. req::
     :validation_mode: none
     :introduced: el alto
 
-    A VNF’s Heat Orchestration Template's ``OS::Nova::Server`` resource unique
-    ``{vm-type}`` (as defined in R-01455) **MAY** exist in the VNF's
-    Heat Orchestration Template's Base Module and/or one or more of the VNF's
-    Heat Orchestration Template's Incremental Modules.
-
-Note that R-17528 states that
-
-- A VNF's Heat Orchestration Template's first level Nested YAML file
-  **MUST NOT** contain more than one ``OS::Nova::Server`` resource.
-- A VNF's Heat Orchestration Template's second level Nested YAML file
-  **MUST NOT** contain an ``OS::Nova::Server`` resource.
+    The same ``{vm-type}`` for a VNF's Heat Orchestration Template's
+    ``OS::Nova::Server`` resource (as defined in R-01455) **MAY** exist in
+    the VNF's Heat Orchestration Template's Base Module (or invoked nested yaml
+    file) and/or one or more of the VNF's Heat Orchestration Template's
+    Incremental Modules (or invoked nested yaml file).
 
 
 A shared Heat Resource is a resource that **MAY** be used by