cbrn:ReportType

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

Definition

A data type for a report provided on an unsolicited basis; ie, not in response to a request message (Pull), but by Push from the entity providing the report.

Diagram

XML Schema

<xs:complexType name="ReportType">
<xs:annotation>
<xs:documentation>
A data type for a report provided on an unsolicited basis; ie, not in response to a request message (Pull), but by Push from the entity providing the report.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:ReportDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CredentialsAuthenticationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ActivityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ReportAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>