Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • TST/ATS-oneM2M-Types-Release-2
1 result
Show changes
Commits on Source (1)
......@@ -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";
};
......