hs:MissingChildRelatedPersonType

complexType MissingChildRelatedPersonType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for a person related to a missing child.

Diagram

XML Schema

<xs:complexType name="MissingChildRelatedPersonType">
<xs:annotation>
<xs:documentation>
A data type for a person related to a missing child.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:ChildRelationshipText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Warrant" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MissingChildRelatedPersonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>