fs:AssociatedPerson
A person who is associated with the child.
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs:AssociatedPersonType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- fs:HouseholdMemberIndicator [0..*] True if the associated person is a household member, false if otherwise.
- nc:CaseDocketID [0..*] An identifier used to reference a case docket.
- fs:PetitionID [0..*] An ID which identifies a petition.
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:AssociatedPersonReference
Sample instance
<fs:AssociatedPerson> <fs:HouseholdMemberIndicator>true</fs:HouseholdMemberIndicator> <nc:CaseDocketID>string</nc:CaseDocketID> <fs:PetitionID>string</fs:PetitionID> </fs:AssociatedPerson>