em:AlarmConfirmationType

complexType AlarmConfirmationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/

Definition

A data type for the container for information related to the confirmation of an alarm

Diagram

XML Schema

<xs:complexType name="AlarmConfirmationType">
<xs:annotation>
<xs:documentation>
A data type for the container for information related to the confirmation of an alarm
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:AlarmConfirmationMethodDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlarmConfirmationCallPrivacyBypassPasscodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlarmConfirmationCallToPremisesIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlarmConfirmationCallToPremisesResultsDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlarmConfirmationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>