im:OrphanType
complexType OrphanType in namespace http://release.niem.gov/niem/domains/immigration/4.2/
Definition
A data type about a child who has no parents because of death or disappearance of, abandonment or desertion of, or separation or loss from both parents. An orphan is also a child who has only one parent, who is not capable of taking care of the child, and who has irrevocably released the child for adoption in writing.
Diagram
XML Schema
<xs:complexType name="OrphanType">
<xs:annotation>
<xs:documentation>
A data type about a child who has no parents because of death or disappearance of, abandonment or desertion of, or separation or loss from both parents. An orphan is also a child who has only one parent, who is not capable of taking care of the child, and who has irrevocably released the child for adoption in writing.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="im:OrphanOneParentOtherParentFateText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:OrphanReasonNoParentIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:OrphanReasonOneParentIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:OrphanReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:OrphanSoleSurvivingParentCapableOfSupportIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:OrphanSoleSurvivingParentReleaseIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:OrphanAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>