j:AlertNotificationAugmentation
Additional information about a Alert.
Element information
Namespace: http://release.niem.gov/niem/domains/jxdm/6.0/
Schema document: domains/jxdm/6.0/jxdm.xsd
Type: j:AlertNotificationAugmentationType
Properties: Global, Qualified, Nillable
Content
- j:AlertComment [0..*]A comment about an alert.
- j:AlertHoldIndicator [0..*]True if a hold was placed on an alert; false otherwise.
- j:AlertInstructionsDescriptionText [0..*]A description of an action required By a Notified Party on receiving the Alert Notice.
- j:AlertStatusText [0..*]A description of the status of an alert.
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:AlertNotificationType (Elements em:AlertNotification, j:SubjectAlert)
Substitution hierarchy
- em:AlertNotificationAugmentationPoint
- can be substituted with j:AlertNotificationAugmentation
Sample instance
<j:AlertNotificationAugmentation> <j:AlertComment> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:CommentAuthorText>string</nc:CommentAuthorText> <nc:CommentCreationDate> <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> </nc:CommentCreationDate> <nc:CommentText>string</nc:CommentText> <nc:CommentTitleText>string</nc:CommentTitleText> <mo:CommentDestinationText>string</mo:CommentDestinationText> </j:AlertComment> <j:AlertHoldIndicator>true</j:AlertHoldIndicator> <j:AlertInstructionsDescriptionText>string</j:AlertInstructionsDescriptionText> <j:AlertStatusText>string</j:AlertStatusText> </j:AlertNotificationAugmentation>