cbrn:ReachbackDataType

complexType ReachbackDataType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/

Definition

A data type for information regarding Reachback.

Diagram

XML Schema

<xs:complexType name="ReachbackDataType">
<xs:annotation>
<xs:documentation>
A data type for information regarding Reachback.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:ReachbackFindingsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ReachbackRecommendationCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ReachbackRecommendationDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ReachbackRequestCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ReachbackReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ReachbackDataAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>