diff --git a/templates/xml/core_data.xml b/templates/xml/core_data.xml
index caa8d7c4e8cb482c4ed1ae1c1190c3df03cf9732..9338ca3759787c0a64b6ff6e0d74832c6bd3712c 100644
--- a/templates/xml/core_data.xml
+++ b/templates/xml/core_data.xml
@@ -12,15 +12,6 @@
       <dcc:uniqueIdentifier>
         {{x.uniqueIdentifier}}
       </dcc:uniqueIdentifier>
-      <dcc:receiptDate>
-        {{x.receiptDate}}
-      </dcc:receiptDate>
-      <dcc:beginPerformanceDate>
-        {{x.beginPerformanceDate}}
-      </dcc:beginPerformanceDate>
-      <dcc:endPerformanceDate>
-        {{x.endPerformanceDate}}
-      </dcc:endPerformanceDate>
       <dcc:identifications>
         {%- for i in x.identifications['identification'] %}
         <dcc:identification>
@@ -37,6 +28,14 @@
           </dcc:description>          
         </dcc:identification>
         {% endfor -%}
-      </dcc:identifications>   
-      
+      </dcc:identifications>         
+      <dcc:receiptDate>
+        {{x.receiptDate}}
+      </dcc:receiptDate>
+      <dcc:beginPerformanceDate>
+        {{x.beginPerformanceDate}}
+      </dcc:beginPerformanceDate>
+      <dcc:endPerformanceDate>
+        {{x.endPerformanceDate}}
+      </dcc:endPerformanceDate>
     </dcc:coreData>