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-3
1 result
Show changes
Commits on Source (1)
...@@ -5695,7 +5695,7 @@ type record MgmtCmd ...@@ -5695,7 +5695,7 @@ type record MgmtCmd
Subscription subscription, Subscription subscription,
Transaction transaction Transaction transaction
} choice_list } choice_list
} choice } choice optional
} }
with { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
...@@ -6007,7 +6007,7 @@ type record Notification_1 ...@@ -6007,7 +6007,7 @@ type record Notification_1
} notificationEvent optional, } notificationEvent optional,
XSD.Boolean verificationRequest optional, XSD.Boolean verificationRequest optional,
XSD.Boolean subscriptionDeletion optional, XSD.Boolean subscriptionDeletion optional,
XSD.AnyURI subscriptionReference optional, XSD.AnyURI subscriptionReference,
XSD.ID creator optional, XSD.ID creator optional,
XSD.AnyURI notificationForwardingURI optional, XSD.AnyURI notificationForwardingURI optional,
XSD.ID notificationTarget optional, XSD.ID notificationTarget optional,
...@@ -7819,8 +7819,9 @@ with { ...@@ -7819,8 +7819,9 @@ with {
variant (choice.choice_list[-]) "untagged"; variant (choice.choice_list[-]) "untagged";
}; };
type TimeSeriesNotificationType TimeSeriesNotification;
type record TimeSeriesNotification type record TimeSeriesNotificationType
{ {
MissingDataList missingDataList, MissingDataList missingDataList,
XSD.NonNegativeInteger missingDataCurrentNr XSD.NonNegativeInteger missingDataCurrentNr
......