Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS oneM2M Types Release 4
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 4
Compare revisions
19da551298638b54c0b08a5db0cbf11b23e860d6 to 5ef46b0b7c963ae2cc4ab3db94ff36509349d4da
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-4
Select target project
No results found
5ef46b0b7c963ae2cc4ab3db94ff36509349d4da
Select Git revision
Swap
Target
TST/ATS-oneM2M-Types-Release-4
Select target project
TST/ATS-oneM2M-Types-Release-4
1 result
19da551298638b54c0b08a5db0cbf11b23e860d6
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
oneM2M types based on XSD v4.14.0 baseline
· 7b4aea57
Miguel Angel Reina Ortega
authored
2 years ago
7b4aea57
oneM2M types based on XSD v4.15.0 baseline
· a7c35f68
Miguel Angel Reina Ortega
authored
2 years ago
a7c35f68
Make lists in filterCriteria optional
· 5ef46b0b
Miguel Angel Reina Ortega
authored
2 years ago
5ef46b0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Types.ttcn
+28
-12
28 additions, 12 deletions
OneM2M_Types.ttcn
with
28 additions
and
12 deletions
OneM2M_Types.ttcn
View file @
5ef46b0b
...
...
@@ -2346,7 +2346,7 @@ type record EventNotificationCriteria
}
with
{
variant
"name as uncapitalized"
;
//
variant (operationMonitor_list) "untagged";
variant
(
operationMonitor_list
)
"untagged"
;
variant
(
operationMonitor_list
[
-
])
"name as 'operationMonitor'"
;
// variant (notificationEventType_list) "untagged";
variant
(
notificationEventType_list
[
-
])
"name as 'notificationEventType'"
;
...
...
@@ -2374,13 +2374,13 @@ type record FilterCriteria
record
length
(
1
..
infinity
)
of
ResourceType
parentResourceType
optional
,
XSD
.
NonNegativeInteger
sizeAbove
optional
,
XSD
.
PositiveInteger
sizeBelow
optional
,
record
of
TypeOfContent
contentType_list
,
record
of
Attribute
attribute_list
,
record
of
Attribute
childAttribute_list
,
record
of
Attribute
parentAttribute_list
,
record
of
TypeOfContent
contentType_list
optional
,
//TODO Make it optional
record
of
Attribute
attribute_list
optional
,
//TODO Make it optional
record
of
Attribute
childAttribute_list
optional
,
//TODO Make it optional
record
of
Attribute
parentAttribute_list
optional
,
//TODO Make it optional
FilterUsage
filterUsage
optional
,
XSD
.
NonNegativeInteger
limit
optional
,
record
of
Sparql
semanticsFilter_list
,
record
of
Sparql
semanticsFilter_list
optional
,
//TODO Make it optional
FilterOperation
filterOperation
optional
,
ContentFilterSyntax
contentFilterSyntax
optional
,
XSD
.
String
contentFilterQuery
optional
,
...
...
@@ -2652,7 +2652,7 @@ type record AccessControlRule
}
with
{
variant
"name as uncapitalized"
;
//
variant (accessControlContexts_list) "untagged";
variant
(
accessControlContexts_list
)
"untagged"
;
variant
(
accessControlContexts_list
[
-
])
"name as 'accessControlContexts'"
;
variant
(
accessControlContexts_list
[
-
].
accessControlWindow_list
)
"untagged"
;
variant
(
accessControlContexts_list
[
-
].
accessControlWindow_list
[
-
])
"name as 'accessControlWindow'"
;
...
...
@@ -2660,7 +2660,7 @@ with {
variant
(
accessControlContexts_list
[
-
].
accessControlIpAddresses
.
ipv6Addresses
)
"list"
;
//variant (accessControlAuthenticationFlag) "text 'true' as '1'";
//variant (accessControlAuthenticationFlag) "text 'false' as '0'";
//
variant (accessControlObjectDetails_list) "untagged";
variant
(
accessControlObjectDetails_list
)
"untagged"
;
variant
(
accessControlObjectDetails_list
[
-
])
"name as 'accessControlObjectDetails'"
;
variant
(
accessControlObjectDetails_list
[
-
].
childResourceType
)
"list"
;
};
...
...
@@ -5736,7 +5736,10 @@ type enumerated TriggerStatus
int3
(
3
),
int4
(
4
),
int5
(
5
),
int6
(
6
)
int6
(
6
),
int7
(
7
),
int8
(
8
),
int9
(
9
)
}
with
{
variant
"useNumber"
;
...
...
@@ -9722,7 +9725,7 @@ type record Subscription
EventCat
notificationEventCat
optional
,
XSD
.
AnyURI
subscriberURI
optional
,
ListOfURIs
associatedCrossResourceSub
optional
,
XSD
.
Boolean
notificationStatsEnable
,
XSD
.
Boolean
notificationStatsEnable
optional
,
SetOfNotificationStatsInfo
notificationStatsInfo
optional
,
XSD
.
AnyURI
primitiveProfileID
optional
,
union
{
...
...
@@ -10032,8 +10035,14 @@ with {
variant
(
choice
.
choice_list
[
-
])
"untagged"
;
};
type
TimeSeriesNotificationType
TimeSeriesNotification
with
{
variant
"name as uncapitalized"
;
variant
"element"
;
};
type
record
TimeSeriesNotification
type
record
TimeSeriesNotification
Type
{
MissingDataList
missingDataList
,
XSD
.
NonNegativeInteger
missingDataCurrentNr
...
...
@@ -10377,7 +10386,14 @@ with {
};
type
record
TriggerPayload
type
TriggerPayloadType
TriggerPayload
with
{
variant
"name as uncapitalized"
;
variant
"element"
;
};
type
record
TriggerPayloadType
{
TriggerPurpose
triggerPurpose
,
XSD
.
AnyURI
triggerInfoAddress
optional
,
...
...
This diff is collapsed.
Click to expand it.