Skip to content
Snippets Groups Projects
Commit 69efab89 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

OneM2M_Types generated from XSD v2.32.0

parent 32c6292c
No related branches found
No related tags found
No related merge requests found
...@@ -1592,13 +1592,13 @@ with { ...@@ -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 { with {
variant "name as uncapitalized"; 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 { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment