fs:ChildVictim
A person under the age of 18.
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs:ChildVictimType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- fs:ChildRemovalDate [0..*] The date the child was removed from caregiver's custody.
- fs:RemovalIndicator [0..*] True if the child was removed, false if otherwise.
- fs:FatherUnknownText [0..*] A statement as to whether or not the father is unknown.
- nc:RoleOfPersonReference [0..*] A person of whom the role object is a function.
- fs:CustodyStatusText [0..*] Who has custody of the child, e.g. TMC Department or JTMC Dept and Parent.
- fs:PlacementChangeReasonText [0..*] Text describing what the reason was for the placement change, e.g. reunification, level of care lowered.
- fs:PlacementText [0..*] Where the child was placed, e.g. Parents, foster case, respite care.
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 |
Sample instance
<fs:ChildVictim> <fs:ChildRemovalDate> <nc:Date>2000-01-01</nc:Date> </fs:ChildRemovalDate> <fs:RemovalIndicator>true</fs:RemovalIndicator> <fs:FatherUnknownText>string</fs:FatherUnknownText> <nc:RoleOfPersonReference/> <fs:CustodyStatusText>string</fs:CustodyStatusText> <fs:PlacementChangeReasonText>string</fs:PlacementChangeReasonText> <fs:PlacementText>string</fs:PlacementText> </fs:ChildVictim>