hs:FindingType

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

Definition

A data type for the details of the authoritative decision of the court.

Diagram

XML Schema

<xs:complexType name="FindingType">
<xs:annotation>
<xs:documentation>
A data type for the details of the authoritative decision of the court.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:FederalFindingsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:FosterCareAdoptionAssistanceFindingsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:StateFindingsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:LeastRestrictivePlacementIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PermanencyPlanApprovedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ReasonableEffortsIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:FindingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>