nc:AmountType

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

Definition

A data type for an amount of money.

Diagram

XML Schema

<xs:complexType name="AmountType">
<xs:annotation>
<xs:documentation>
A data type for an amount of money.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Amount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CurrencyAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AmountAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>