Schema Central > NIEM 3.2 > jxdm.xsd > j:ObligationAugmentation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

j:ObligationAugmentation

Additional information about a Obligation.

Element information

Type: j:ObligationAugmentationType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
structures:id [0..1]xsd:IDfrom type structures:AugmentationType
structures:ref [0..1]xsd:IDREFfrom type structures:AugmentationType
structures:metadata [0..1]xsd:IDREFSfrom type structures:AugmentationType
Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom type structures:AugmentationType

Used in

Substitution hierarchy

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>