diff --git a/OneM2M_Types.ttcn b/OneM2M_Types.ttcn
index 986dc0a4607939061f0174c6c0a2bc66d960f047..f7094af6ac20723ad6c21426999dffe838ae2af6 100644
--- a/OneM2M_Types.ttcn
+++ b/OneM2M_Types.ttcn
@@ -1592,13 +1592,13 @@ with {
 };
 
 
-type XSD.String ReleaseVersion (pattern "2a") //FIXME  All available releases backwards till 2a. XSD will define it as this
+type XSD.String ReleaseVersion (pattern "2|2a") //TODO - Check that is defined as all available releases backwards till 2a. XSD will define it as this
 with {
   variant "name as uncapitalized";
 };
 
 
-type XSD.String ApplicableReleaseVersion (pattern "(1|2|2a)") //FIXME All available release backwards. XSD will define it as this
+type XSD.String ApplicableReleaseVersion (pattern "(1|2|2a)") //TODO Check that is defined as all available release backwards. XSD will define it as this
 with {
   variant "name as uncapitalized";
 };