stat:InformationRequestType

complexType InformationRequestType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for an outline of a need for new information required for a particular purpose.

Diagram

XML Schema

<xs:complexType name="InformationRequestType">
<xs:annotation>
<xs:documentation>
A data type for an outline of a need for new information required for a particular purpose.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:InformationRequestCoverageRequiredText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:InformationRequestRequiredDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:InformationRequestSubjectField" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:InformationRequestAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>