Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS oneM2M Types Release 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TST
ATS oneM2M Types Release 3
Compare revisions
c2727ad3cff9f36452f895a8aaaebf9f432e461b to 2497d16f0e389ad8de88346136509b57f68ef1e4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
TST/ATS-oneM2M-Types-Release-3
Select target project
No results found
2497d16f0e389ad8de88346136509b57f68ef1e4
Select Git revision
Swap
Target
TST/ATS-oneM2M-Types-Release-3
Select target project
TST/ATS-oneM2M-Types-Release-3
1 result
c2727ad3cff9f36452f895a8aaaebf9f432e461b
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
OneM2M Types generated from XSD v3.30.0
· 2497d16f
Miguel Angel Reina Ortega
authored
9 months ago
2497d16f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+4
-3
4 additions, 3 deletions
OneM2M_Types.ttcn
with
4 additions
and
3 deletions
OneM2M_Types.ttcn
View file @
2497d16f
...
@@ -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
TimeSeriesNotification
Type
{
{
MissingDataList
missingDataList
,
MissingDataList
missingDataList
,
XSD
.
NonNegativeInteger
missingDataCurrentNr
XSD
.
NonNegativeInteger
missingDataCurrentNr
...
...
This diff is collapsed.
Click to expand it.