hs:StateInputType

complexType StateInputType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for a set of data for the State Input Data report of the Public Assistance Reporting Information System (PARIS).

Diagram

XML Schema

<xs:complexType name="StateInputType">
<xs:annotation>
<xs:documentation>
A data type for a set of data for the State Input Data report of the Public Assistance Reporting Information System (PARIS).
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:PrimaryOfficialContact" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SecondaryOfficialContact" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:StateInputAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>