em:AlarmConfirmation
A container for information related to the confirmation of an alarm.
Element information
Namespace: http://release.niem.gov/niem/domains/emergencyManagement/3.1/
Schema document: domains/emergencyManagement/3.1/emergencyManagement.xsd
Type: em:AlarmConfirmationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- em:AlarmConfirmationMethodDescriptionText [0..*]A description of mechanism used to confirm the validity of the alarm. e.g., observed video, live audio, guard verified, call to premises etc. If the alarm is confirmed through a call to the premise, then the details of this call are indicated in the Call to Premise text field
- em:AlarmConfirmationCallPrivacyBypassPasscodeText [0..*]A code that allows the Public Safety Answering Point or monitoring station to bypass any call screening and directly reach the alarm subscriber.
- em:AlarmConfirmationCallToPremisesIndicator [0..*]True if an agency is to call the premise before arrival; false otherwise.
- em:AlarmConfirmationCallToPremisesResultsDescriptionText [0..*]A description of the results of the actions taken by the alarm company to attempt to reach someone at the premise before notifying the Public Safety Answering Point.
- em:AlarmConfirmationAugmentationPointAbstract [0..*]An augmentation point for AlarmConfirmationType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group em:AlarmConfirmationAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Sample instance
<em:AlarmConfirmation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <em:AlarmConfirmationMethodDescriptionText>string</em:AlarmConfirmationMethodDescriptionText> <em:AlarmConfirmationCallPrivacyBypassPasscodeText>string</em:AlarmConfirmationCallPrivacyBypassPasscodeText> <em:AlarmConfirmationCallToPremisesIndicator>true</em:AlarmConfirmationCallToPremisesIndicator> <em:AlarmConfirmationCallToPremisesResultsDescriptionText>string</em:AlarmConfirmationCallToPremisesResultsDescriptionText> <em:AlarmConfirmationAugmentationPoint>any content</em:AlarmConfirmationAugmentationPoint> </em:AlarmConfirmation>