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-2
1 result
Show changes
Commits on Source (1)
...@@ -2024,13 +2024,13 @@ type record AccessControlRule ...@@ -2024,13 +2024,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, } accessControlContexts_list optional,//TODO It should be optional
XSD.Boolean accessControlAuthenticationFlag optional, XSD.Boolean accessControlAuthenticationFlag optional,
record of record { record of record {
ResourceType resourceType optional, ResourceType resourceType optional,
XSD.AnyURI specializationID optional, XSD.AnyURI specializationID optional,
record length(1 .. infinity) of ResourceType childResourceType record length(1 .. infinity) of ResourceType childResourceType
} accessControlObjectDetails_list } accessControlObjectDetails_list //TODO It should be optional
} }
with { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
...@@ -5648,7 +5648,7 @@ with { ...@@ -5648,7 +5648,7 @@ with {
type record ListOfChildResourceRef type record ListOfChildResourceRef
{ {
record length(1 .. infinity) of ChildResourceRef resourceRef_list record length(0 .. infinity) of ChildResourceRef resourceRef_list//TODO It should allow empty list
} }
with { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
......