j:ObligationAugmentation
Additional information about a Obligation.
Element information
Namespace: http://release.niem.gov/niem/domains/jxdm/6.0/
Schema document: domains/jxdm/6.0/jxdm.xsd
Type: j:ObligationAugmentationType
Properties: Global, Qualified, Nillable
Content
- j:ObligationDelinquentAmount [0..*]A dollar amount that is delinquent for Child Support.
- j:ObligationInterestRate [0..*]A rate of interest set against an outstanding obligation.
- j:ObligationSuspendedAmount [0..*]An amount of an obligation which has been suspended.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:AugmentationType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:AugmentationType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:AugmentationType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:AugmentationType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:AugmentationType |
Used in
- Type hs:ChildSupportObligationType via extension of nc:ObligationType (Element hs:ChildSupportObligation)
- Type it:DutyTaxFeeType via extension of nc:ObligationType (Element it:DutyTaxFee)
- Type nc:ObligationType (Elements j:PersonTreatmentFee, j:RegistrationFee, j:Restitution, j:SanctionCreditedObligation, j:SanctionSetObligation, j:SanctionStayedObligation, j:SanctionSuspendedObligation ...more)
Substitution hierarchy
- nc:ObligationAugmentationPoint
- can be substituted with j:ObligationAugmentation
Sample instance
<j:ObligationAugmentation> <j:ObligationDelinquentAmount> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Amount>1.0</nc:Amount> <nc:CurrencyCode>AED</nc:CurrencyCode> <nc:AmountAugmentationPoint>any content</nc:AmountAugmentationPoint> </j:ObligationDelinquentAmount> <j:ObligationInterestRate>1.0</j:ObligationInterestRate> <j:ObligationSuspendedAmount> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Amount>1.0</nc:Amount> <nc:CurrencyCode>AED</nc:CurrencyCode> <nc:AmountAugmentationPoint>any content</nc:AmountAugmentationPoint> </j:ObligationSuspendedAmount> </j:ObligationAugmentation>