Skip to content
Snippets Groups Projects
Commit 1da00eb4 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega Committed by Miguel Angel Reina Ortega
Browse files

oneM2M types based on XSD v4.12.0 baseline

parent c28b5a25
No related branches found
No related tags found
No related merge requests found
...@@ -3174,7 +3174,8 @@ type record SetOfNotificationStatsInfo ...@@ -3174,7 +3174,8 @@ type record SetOfNotificationStatsInfo
record length(1 .. infinity) of record { record length(1 .. infinity) of record {
XSD.AnyURI target, XSD.AnyURI target,
XSD.NonNegativeInteger requestsSent, XSD.NonNegativeInteger requestsSent,
XSD.NonNegativeInteger responsesReceived XSD.NonNegativeInteger responsesReceived,
XSD.NonNegativeInteger notificationEventCount
} notificationStats_list } notificationStats_list
} }
with { with {
...@@ -5259,7 +5260,9 @@ type enumerated MgmtDefinition ...@@ -5259,7 +5260,9 @@ type enumerated MgmtDefinition
int1023(1023), int1023(1023),
int1024(1024), int1024(1024),
int1025(1025), int1025(1025),
int1026(1026) int1026(1026),
int1027(1027),
int1028(1028)
} }
with { with {
variant "useNumber"; variant "useNumber";
......
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