template(value)EventNotificationCriteriam_eventNotificationCriteria(inNotificationEventTypep_notificationEventType,inEventNotificationCriteria.attribute_listp_attribute_list:={}):={//the parameter should be a list of NotificationEventTypeEventType
createdBefore:=omit,
createdAfter:=omit,
modifiedSince:=omit,
unmodifiedSince:=omit,
stateTagSmaller:=omit,
stateTagBigger:=omit,
expireBefore:=omit,
expireAfter:=omit,
sizeAbove:=omit,
sizeBelow:=omit,
operationMonitor_list:={},
attribute_list:=p_attribute_list,// TODO this list should be able to be omited see 9.6.8
notificationEventType_list:={p_notificationEventType},// TODO this list should be able to be omited see 9.6.8 (TS0001)