Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Commits
015b1050
Commit
015b1050
authored
8 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Types updated according to XSD V2.7.0
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
49a2b3b1
No related branches found
No related tags found
1 merge request
!25
Ae fixes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
LibOneM2M/OneM2M_Types.ttcn
+52
-54
52 additions, 54 deletions
LibOneM2M/OneM2M_Types.ttcn
with
52 additions
and
54 deletions
LibOneM2M/OneM2M_Types.ttcn
+
52
−
54
View file @
015b1050
...
...
@@ -7,7 +7,7 @@
*
* @author ETSI
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Types.ttcn $
* $Id: OneM2M_Types.ttcn 11
3
2016-09-
09
07:
11:54
Z reinaortega $
* $Id: OneM2M_Types.ttcn 11
5
2016-09-
14
07:
08:40
Z reinaortega $
* @desc Test System module for oneM2M
*
*/
...
...
@@ -1895,7 +1895,7 @@ type record AccessControlRule
record
length
(
1
..
infinity
)
of
Ipv6
ipv6Addresses
}
accessControlIpAddresses
optional
,
LocationRegion
accessControlLocationRegion
optional
}
accessControlContexts_list
optional
,
//TODO
}
accessControlContexts_list
optional
,
XSD
.
Boolean
accessControlAuthenticationFlag
optional
}
with
{
...
...
@@ -6933,12 +6933,16 @@ group invalidTypes {
AcpType
accessControlPolicyIDs
optional
,
Timestamp
creationTime
optional
,
//Invalid field to be used for BI tests
Timestamp
expirationTime
optional
,
ListOfURIs
dynamicAuthorizationConsultationIDs
optional
,
ListOfURIs
announceTo
optional
,
record
of
XSD
.
Token
announcedAttribute
optional
,
XSD
.
String
appName
optional
,
PoaList
pointOfAccess
optional
,
XSD
.
AnyURI
ontologyRef
optional
,
XSD
.
Boolean
requestReachability
optional
XSD
.
AnyURI
nodeLink
optional
,
XSD
.
Boolean
requestReachability
optional
,
Serializations
contentSerialization
optional
,
E2eSecInfo
e2eSecInfo
optional
};
type
record
ACP_update_invalid
{
...
...
@@ -6959,6 +6963,7 @@ group invalidTypes {
Timestamp
creationTime
optional
,
//Invalid field to be used for BI tests (RO attributes)
XSD
.
PositiveInteger
expirationCounter
optional
,
//Invalid field, non existing for Container
Timestamp
expirationTime
optional
,
ListOfURIs
dynamicAuthorizationConsultationIDs
optional
,
ListOfURIs
announceTo
optional
,
record
of
XSD
.
Token
announcedAttribute
optional
,
XSD
.
NonNegativeInteger
maxNrOfInstances
optional
,
...
...
@@ -6968,23 +6973,13 @@ group invalidTypes {
XSD
.
AnyURI
ontologyRef
optional
}
//TODO To double check
type
record
ContentInstance_update_invalid
{
Labels
labels
optional
,
Timestamp
creationTime
optional
,
//Invalid field to be used for BI tests
ListOfURIs
announceTo
optional
,
ContentInfo
contentInfo
optional
,
XSD
.
NonNegativeInteger
contentSize
optional
,
XSD
.
AnyURI
ontologyRef
optional
,
XSD
.
AnyType
content_
optional
}
type
record
Group_update_invalid
{
Labels
labels
optional
,
AcpType
accessControlPolicyIDs
optional
,
Timestamp
creationTime
optional
,
//Invalid field to be used for BI tests
XSD
.
PositiveInteger
expirationCounter
optional
,
//Invalid field, non existing for Group
Timestamp
expirationTime
optional
,
ListOfURIs
dynamicAuthorizationConsultationIDs
optional
,
ListOfURIs
announceTo
optional
,
record
of
XSD
.
Token
announcedAttribute
optional
,
XSD
.
NonNegativeInteger
maxNrOfMembers
optional
,
...
...
@@ -6995,11 +6990,9 @@ group invalidTypes {
type
record
PollingChannel_update_invalid
{
Labels
labels
optional
,
AcpType
accessControlPolicyIDs
optional
,
Timestamp
creationTime
optional
,
//Invalid field to be used for BI tests
XSD
.
PositiveInteger
expirationCounter
optional
,
//Invalid field, non existing for PollingChannel
Timestamp
expirationTime
optional
,
XSD
.
AnyURI
pollingChannelURI
optional
//TODO: To be double checked
Timestamp
expirationTime
optional
}
type
record
Schedule_update_invalid
{
...
...
@@ -7007,6 +7000,7 @@ group invalidTypes {
Timestamp
creationTime
optional
,
//Invalid field to be used for BI tests
XSD
.
PositiveInteger
expirationCounter
optional
,
//Invalid field, non existing for Schedule
Timestamp
expirationTime
optional
,
ListOfURIs
dynamicAuthorizationConsultationIDs
optional
,
ListOfURIs
announceTo
optional
,
record
of
XSD
.
Token
announcedAttribute
optional
,
ScheduleEntries
scheduleElement
optional
...
...
@@ -7018,6 +7012,7 @@ group invalidTypes {
Timestamp
creationTime
optional
,
//Invalid field to be used for BI tests
XSD
.
NonNegativeInteger
maxNrOfInstances
optional
,
//Invalid field, non existing for Subscription
Timestamp
expirationTime
optional
,
ListOfURIs
dynamicAuthorizationConsultationIDs
optional
,
EventNotificationCriteria
eventNotificationCriteria
optional
,
XSD
.
PositiveInteger
expirationCounter
optional
,
ListOfURIs
notificationURI
optional
,
...
...
@@ -7039,6 +7034,9 @@ group invalidTypes {
Labels
labels
optional
,
AcpType
accessControlPolicyIDs
optional
,
Timestamp
expirationTime
optional
,
ListOfURIs
dynamicAuthorizationConsultationIDs
optional
,
ListOfURIs
announceTo
optional
,
record
of
XSD
.
Token
announcedAttribute
optional
,
LocationSource
locationSource
optional
,
//invalid field to be used for BI tests
XSD
.
Duration
locationUpdatePeriod
optional
,
NodeID
locationTargetID
optional
,
//invalid field to be used for BI tests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment