cbrn:FaultType

complexType FaultType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/

Definition

A data type for describing an error that occurred in an instrument, a specific detector, or during the analysis of data.

Diagram

XML Schema

<xs:complexType name="FaultType">
<xs:annotation>
<xs:documentation>
A data type for describing an error that occurred in an instrument, a specific detector, or during the analysis of data.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:FaultCodeValueText" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:FaultDescriptionText" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:FaultSeverityCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:FaultAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>