fs:ChildSupportObligationAugmentation
Additional information about the monetary and nonmonetary provisions of a child support order.
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs:ChildSupportObligationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:ObligationType
Content
- Sequence [1..1]
- fs:ChildSupportObligationOrderActionCode [0..*] A list of legal actions a child-support-enforcement tribunal can take regarding a child-support obligation.
- fs:IncomeAttachmentIndicator [0..*] True if the child-support order authorizes attachment of the obligor's income; otherwise, false.
- fs:StateDisbursementIndicator [0..*] True if the child-support order directs the obligor to make payments to a state agency for disbursement to the custodial parent; otherwise, false.
- fs:ChildSupportTANFArrearsAmount [0..*] The portion of total arrears identified in the child-support order as being attributable to recovery from the obligor of the Temporary Assistance for Needy Families (TANF) funds previously provided for the child.
- fs:ChildSupportNonTANFArrearsAmount [0..*] The portion of total arrears identified in the child-support order as being attributable to child-support payments that were due from the obligor in the past but were not paid.
- fs:ChildSupportAssignedArrearsAmount [0..*] The portion of total arrears identified in the child-support order as being attributable to recovery from the obligor of assigned arrears.
- fs:ChildSupportTotalArrearsAmount [0..*] The total arrearages amount identified in the child-support order.
- fs:ChildSupportArrearsPaymentAmount [0..*] The amount the child-support obligor is ordered to pay at a specified frequency (e.g., weekly, monthly) toward the total arrearages amount.
- fs:ChildSupportFeesAmount [0..*] The amount the child-support obligor is ordered to pay for the fees incurred in the case (e.g., attorney fees, filing fees, fees for paternity testing, etc.).
- fs:ChildSupportUnreimbursedExpenseDescriptionText [0..*] A description of the unreimbursed expenses for which the child-support obligor is financially responsible (e.g., uncovered medical costs, education costs, etc.).
- fs:ChildSupportUnreimbursedExpensePercentage [0..*] The percentage the child-support obligor is ordered to pay for unreimbursed expenses (e.g., uncovered medical costs, education costs, etc.).
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type fs:ChildSupportObligationType (Element fs:ChildSupportObligation)
Substitution hierarchy
- s:Augmentation
- can be substituted with fs:ChildSupportObligationAugmentation
Sample instance
<fs:ChildSupportObligationAugmentation> <fs:ChildSupportObligationOrderActionCode>Modify</fs:ChildSupportObligationOrderActionCode> <fs:IncomeAttachmentIndicator>true</fs:IncomeAttachmentIndicator> <fs:StateDisbursementIndicator>true</fs:StateDisbursementIndicator> <fs:ChildSupportTANFArrearsAmount>1.0</fs:ChildSupportTANFArrearsAmount> <fs:ChildSupportNonTANFArrearsAmount>1.0</fs:ChildSupportNonTANFArrearsAmount> <fs:ChildSupportAssignedArrearsAmount>1.0</fs:ChildSupportAssignedArrearsAmount> <fs:ChildSupportTotalArrearsAmount>1.0</fs:ChildSupportTotalArrearsAmount> <fs:ChildSupportArrearsPaymentAmount>1.0</fs:ChildSupportArrearsPaymentAmount> <fs:ChildSupportFeesAmount>1.0</fs:ChildSupportFeesAmount> <fs:ChildSupportUnreimbursedExpenseDescriptionText>string</fs:ChildSupportUnreimbursedExpenseDescriptionText> <fs:ChildSupportUnreimbursedExpensePercentage>1.0</fs:ChildSupportUnreimbursedExpensePercentage> </fs:ChildSupportObligationAugmentation>