hs:ChildType

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

Definition

A data type for information about a person who has not yet reached the age of legal majority (i.e., adulthood).

Diagram

XML Schema

<xs:complexType name="ChildType">
<xs:annotation>
<xs:documentation>
A data type for information about a person who has not yet reached the age of legal majority (i.e., adulthood).
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChildRemovalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:CountyOfCustodyText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChildAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>