em:AlarmConfirmation
The container for information related to the confirmation of an alarm.
Element information
Namespace: http://niem.gov/niem/domains/emergencyManagement/2.1
Schema document: domains/emergencyManagement/2.1/emergencyManagement.xsd
Type: em:AlarmConfirmationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- em:AlarmConfirmationMethodDescriptionText [0..*] General 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..*] The code 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..*] This field represents 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.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<em:AlarmConfirmation> <em:AlarmConfirmationMethodDescriptionText>string</em:AlarmConfirmationMethodDescriptionText> <em:AlarmConfirmationCallPrivacyBypassPasscodeText>string</em:AlarmConfirmationCallPrivacyBypassPasscodeText> <em:AlarmConfirmationCallToPremisesIndicator>true</em:AlarmConfirmationCallToPremisesIndicator> <em:AlarmConfirmationCallToPremisesResultsDescriptionText>string</em:AlarmConfirmationCallToPremisesResultsDescriptionText> </em:AlarmConfirmation>