cbrn:RadAlarmType
complexType RadAlarmType in namespace http://release.niem.gov/niem/domains/cbrn/4.1/
Definition
A data type for radiation alarm information.
Diagram
XML Schema
<xs:complexType name="RadAlarmType">
<xs:annotation>
<xs:documentation>
A data type for radiation alarm information.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:RadAlarmDateTime" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadAlarmCategoryCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RadAlarmDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:AlarmAudibleIndicator" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadAlarmLightColorText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadAlarmEnergyWindowIndexValueList" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RadDetectorInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadAlarmAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>