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

oneM2M types based on XSD v4.15.0 baseline

parent 7b4aea57
No related branches found
No related tags found
No related merge requests found
...@@ -10035,8 +10035,14 @@ with { ...@@ -10035,8 +10035,14 @@ with {
variant (choice.choice_list[-]) "untagged"; variant (choice.choice_list[-]) "untagged";
}; };
type TimeSeriesNotificationType TimeSeriesNotification
with {
variant "name as uncapitalized";
variant "element";
};
type record TimeSeriesNotification type record TimeSeriesNotificationType
{ {
MissingDataList missingDataList, MissingDataList missingDataList,
XSD.NonNegativeInteger missingDataCurrentNr XSD.NonNegativeInteger missingDataCurrentNr
...@@ -10380,7 +10386,14 @@ with { ...@@ -10380,7 +10386,14 @@ with {
}; };
type record TriggerPayload
type TriggerPayloadType TriggerPayload
with {
variant "name as uncapitalized";
variant "element";
};
type record TriggerPayloadType
{ {
TriggerPurpose triggerPurpose, TriggerPurpose triggerPurpose,
XSD.AnyURI triggerInfoAddress optional, XSD.AnyURI triggerInfoAddress optional,
......
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