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 ...@@ -2363,13 +2363,13 @@ type record AccessControlRule
record length(1 .. infinity) of Ipv6 ipv6Addresses optional record length(1 .. infinity) of Ipv6 ipv6Addresses optional
} accessControlIpAddresses optional, } accessControlIpAddresses optional,
LocationRegion accessControlLocationRegion optional LocationRegion accessControlLocationRegion optional
} accessControlContexts_list optional,//TODO It should be optional } accessControlContexts_list optional,//TODO Make it optional
XSD.Boolean accessControlAuthenticationFlag optional, XSD.Boolean accessControlAuthenticationFlag optional,
record of record { record of record {
ResourceType resourceType optional, ResourceType resourceType optional,
SpecializationType specializationID optional, SpecializationType specializationID optional,
record length(1 .. infinity) of ResourceType childResourceType record length(1 .. infinity) of ResourceType childResourceType
} accessControlObjectDetails_list optional //TODO It should be optional } accessControlObjectDetails_list optional //TODO Make it optional
} }
with { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
...@@ -7574,8 +7574,8 @@ with { ...@@ -7574,8 +7574,8 @@ with {
type record RateLimit type record RateLimit
{ {
XSD.NonNegativeInteger maxNrOfNotify optional, XSD.NonNegativeInteger maxNrOfNotify,
XSD.Duration timeWindow optional XSD.Duration timeWindow
} }
with { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
......