hs:ServicePlanGoalType

complexType ServicePlanGoalType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for elements that describe a service plan goal.

Diagram

XML Schema

<xs:complexType name="ServicePlanGoalType">
<xs:annotation>
<xs:documentation>
A data type for elements that describe a service plan goal.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:PrimaryGoalIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:GoalObjective" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:AFCARSPermanencyGoalCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ServicePlanGoalAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>