Skip to content
Snippets Groups Projects
Commit d10b88fa authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

OneM2M Types generated from XSD v3.25.0

parent 7da0c7ed
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment