diff --git a/CDT-container-v0_8_0.xsd b/CDT-container-v0_8_0.xsd
index 65bffe42be86d5933aa2a1979005e01bd9d7cf2a..6416ec9eead8259a53842c7f5785ce74897d0f7b 100644
--- a/CDT-container-v0_8_0.xsd
+++ b/CDT-container-v0_8_0.xsd
@@ -80,10 +80,10 @@
 							<xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" />
 							<xs:choice minOccurs="1" maxOccurs="unbounded">
 								<xs:element ref="m2m:contentInstance" />
+								<xs:element ref="m2m:contentInstanceAnnc" />
 								<xs:element ref="m2m:container" />
-								<xs:element ref="m2m:subscription" />
 								<xs:element ref="m2m:containerAnnc" />
-								<!-- should m2m:contentInstanceAnnc be allowed as well? -->
+								<xs:element ref="m2m:subscription" />
 							</xs:choice>
 						</xs:choice>
 					</xs:sequence>
diff --git a/README.md b/README.md
index 5185ba96ddbd4473327d495dd0bb4001431f54e9..de973897ef68a254de3ffee8bda2b894c459f021 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,7 @@ General
 \<container\>
 
     What values go in latest and oldest if there are no child resources?
-    Should <containerAnnc> be allowed to have <contentInstanceAnnc> as a child resource?
-    
+
 \<CSEBase\>
 
     m2m:resourceTypeList can be removed, since this type can be declared inline
@@ -75,7 +74,7 @@ CDT-commonTypes
     It is not easy to see how to represent the changes made by PRO-2014-0562-Implementation_of_Filter_Criteria_as_concept
     Consider moving the m2m:filterUsage enumeration type into CDT-enumerationTypes
     The order of elements in m2m:operationResult looks a bit strange
-    It's not clear what the cardinality of m2m:responseStatus/description should be
+    The declaration of m2m:responseStatus/description looks wrong
 
 
     More general revision and checking of CDT-commonTypes is required (defer this until after the other XSD files are complete)