fs:Child
A data type for information about a person who has not yet reached the age of legal majority (i.e., adulthood) and who is the subject of a child-welfare or child-support proceeding.
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs:ChildType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:RoleOfPersonReference [0..*] A person of whom the role object is a function.
- fs:ChildRemovalDate [0..*] The date the child was removed from caregiver's custody.
- fs:CountyOfCustodyText [0..*] Describes the county in which a child resides
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- NIEM reference target from fs:ChildReference
Sample instance
<fs:Child> <nc:RoleOfPersonReference/> <fs:ChildRemovalDate> <nc:Date>2000-01-01</nc:Date> </fs:ChildRemovalDate> <fs:CountyOfCustodyText>string</fs:CountyOfCustodyText> </fs:Child>