j:NotificationAugmentation
Additional information about a Notification.
Element information
Namespace: http://release.niem.gov/niem/domains/jxdm/6.0/
Schema document: domains/jxdm/6.0/jxdm.xsd
Type: j:NotificationAugmentationType
Properties: Global, Qualified, Nillable
Content
- j:NotificationCategoryText [0..*]A kind of Notification.
- j:NotificationDeliveryByMailIndicator [0..*]True if the notice was mailed to the notice; false otherwise.
- j:NotificationDeliveryInPersonIndicator [0..*]True if the notice was given to the notice; false otherwise.
- j:NotificationEventCategoryText [0..*]A kind of notification event.
- j:NotificationPreparationDate [0..*]A date on which the notice was prepared.
- j:NotificationPurposeText [0..*]A kind of purpose for the notification.
- j:NotificationResponseReceivedNotificationDate [0..*]A date when a response notification was received.
- j:NotificationResponseSummaryText [0..*]An open text from the individual addressed in the notification that is used in the response.
- j:NotificationSentDate [0..*]A date that was notification was sent.
- j:NotificationSubjectText [0..*]A subject line for each notification crafted by the system based on user, provider, and event.
- j:NotificationSummaryText [0..*]An open text in a notification typed in by the user sending the notification.
from subst. group j:NotificationCategoryAbstract
from subst. group j:NotificationEventCategoryAbstract
from subst. group j:NotificationPurposeAbstract
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:AugmentationType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:AugmentationType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:AugmentationType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:AugmentationType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:AugmentationType |
Used in
- Type em:NotificationType (Elements em:Notification, j:CorrectionSubjectNotification, j:HearingNotification, j:MentalHealthNotification, j:ParoleHearingAppearanceNotification, j:SubjectPlacementNotification, j:SubjectReleaseNotification)
- Type j:AlertNotificationType via extension of em:NotificationType (Element j:AlertNotification)
- Type j:HearingNotificationType via extension of em:NotificationType
- Type j:SubjectReleaseNotificationType via extension of em:NotificationType
Substitution hierarchy
- em:NotificationAugmentationPoint
- can be substituted with j:NotificationAugmentation
Sample instance
<j:NotificationAugmentation> <j:NotificationCategoryText>string</j:NotificationCategoryText> <j:NotificationDeliveryByMailIndicator>true</j:NotificationDeliveryByMailIndicator> <j:NotificationDeliveryInPersonIndicator>true</j:NotificationDeliveryInPersonIndicator> <j:NotificationEventCategoryText>string</j:NotificationEventCategoryText> <j:NotificationPreparationDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Date>2000-01-01</nc:Date> <nc:DateAccuracyAbstract>any content</nc:DateAccuracyAbstract> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </j:NotificationPreparationDate> <j:NotificationPurposeText>string</j:NotificationPurposeText> <j:NotificationResponseReceivedNotificationDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Date>2000-01-01</nc:Date> <nc:DateAccuracyAbstract>any content</nc:DateAccuracyAbstract> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </j:NotificationResponseReceivedNotificationDate> <j:NotificationResponseSummaryText>string</j:NotificationResponseSummaryText> <j:NotificationSentDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Date>2000-01-01</nc:Date> <nc:DateAccuracyAbstract>any content</nc:DateAccuracyAbstract> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </j:NotificationSentDate> <j:NotificationSubjectText>string</j:NotificationSubjectText> <j:NotificationSummaryText>string</j:NotificationSummaryText> </j:NotificationAugmentation>