cbrn:RequestDataType

complexType RequestDataType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type to provide metadata about a request.

Diagram

XML Schema

<xs:complexType name="RequestDataType">
<xs:annotation>
<xs:documentation>
A data type to provide metadata about a request.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:SystemUserNameAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RequestScopeCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RequestDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RequestID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RequestAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ActivityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RequestUpdateIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RequestCancelIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RequestDataAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>