hs:StateInputDataReportType
complexType StateInputDataReportType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for a State Input Data report of the Public Assistance Reporting Information System (PARIS).
Diagram
XML Schema
<xs:complexType name="StateInputDataReportType">
<xs:annotation>
<xs:documentation>
A data type for a State Input Data report of the Public Assistance Reporting Information System (PARIS).</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="hs:StateInputData" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="hs:StateInputDataReportAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>