nc:ObligationType

complexType ObligationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for something that is owed to an entity.

Diagram

XML Schema

<xs:complexType name="ObligationType">
<xs:annotation>
<xs:documentation>
A data type for something that is owed to an entity.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ObligationTotalAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationDueAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationPaidAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationCompleteIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationComplianceIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationDueDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationExemption" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationExemptionIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationPaidDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationProgressDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationRequirementDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationRecipient" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationRecurrence" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ObligationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>