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)
......@@ -2363,13 +2363,13 @@ type record AccessControlRule
record length(1 .. infinity) of Ipv6 ipv6Addresses optional
} accessControlIpAddresses optional,
LocationRegion accessControlLocationRegion optional
} accessControlContexts_list optional,//TODO It should be optional
} accessControlContexts_list optional,//TODO Make it optional
XSD.Boolean accessControlAuthenticationFlag optional,
record of record {
ResourceType resourceType optional,
SpecializationType specializationID optional,
record length(1 .. infinity) of ResourceType childResourceType
} accessControlObjectDetails_list optional //TODO It should be optional
} accessControlObjectDetails_list optional //TODO Make it optional
}
with {
variant "name as uncapitalized";
......@@ -3966,6 +3966,7 @@ type enumerated ResourceType
int10002(10002),
int10003(10003),
int10004(10004),
int10005(10005),
int10009(10009),
int10010(10010),
int10013(10013),
......@@ -7573,8 +7574,8 @@ with {
type record RateLimit
{
XSD.NonNegativeInteger maxNrOfNotify optional,
XSD.Duration timeWindow optional
XSD.NonNegativeInteger maxNrOfNotify,
XSD.Duration timeWindow
}
with {
variant "name as uncapitalized";
......