Skip to content
Snippets Groups Projects
Commit 735d6242 authored by Siddharth Trika's avatar Siddharth Trika
Browse files

TriggerRequest_optional added

parent fc93ea4f
No related branches found
No related tags found
1 merge request!66From Release3-onwards-3GPP-DeviceTriggering into Release3-onwards
......@@ -1956,6 +1956,50 @@ group OptionalResourceTypes {
variant (choice.choice_list) "untagged";
variant (choice.choice_list[-]) "untagged";
};
type record TriggerRequest_optional
{
ResourceName resourceName optional,
ResourceType resourceType optional,
XSD.ID resourceID optional,
NhURI parentID optional,
Timestamp creationTime optional,
Timestamp lastModifiedTime optional,
Labels labels optional,
AcpType accessControlPolicyIDs optional,
Timestamp expirationTime optional,
ListOfURIs dynamicAuthorizationConsultationIDs optional,
ExternalID m2M_Ext_ID optional,
TriggerRecipientID trigger_Recipient_ID optional,
TriggerPurpose triggerPurpose optional,
TriggerStatus triggerStatus optional,
XSD.Duration triggerValidityTime optional,
XSD.ID triggerInfoAE_ID optional,
XSD.AnyURI triggerInfoAddress optional,
Operation triggerInfoOperation optional,
ResourceType targetedResourceType optional,
XSD.String triggerReference optional,
union {
record length(1 .. infinity) of ChildResourceRef childResource_list,
record length(1 .. infinity) of union {
Subscription subscription,
Transaction transaction
} choice_list
} choice optional
}
with {
variant "name as uncapitalized";
variant "element";
variant (resourceName) "attribute";
variant (m2M_Ext_ID) "name as 'M2M-Ext-ID'";
variant (trigger_Recipient_ID) "name as 'Trigger-Recipient-ID'";
variant (triggerInfoAE_ID) "name as 'triggerInfoAE-ID'";
variant (choice) "untagged";
variant (choice.childResource_list) "untagged";
variant (choice.childResource_list[-]) "name as 'childResource'";
variant (choice.choice_list) "untagged";
variant (choice.choice_list[-]) "untagged";
};
type record StatsCollect_optional
{
......@@ -4300,6 +4344,7 @@ group OtherTypes {
M2mServiceSubscriptionProfile_optional m2mServiceSubscriptionProfile,
ServiceSubscribedAppRule_optional serviceSubscribedAppRule,
ServiceSubscribedNode_optional serviceSubscribedNode,
TriggerRequest_optional triggerRequest,
Subscription_optional subscription,
SemanticDescriptor_optional semanticDescriptor,
SemanticMashupInstance_optional semanticMashupInstance,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment