nc:PaymentMethodCodeSimpleType

simpleType PaymentMethodCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a specific method of payment.

Diagram

Enumerations

ValueDefinition
CashCash
CheckCheck
DividendsDividends
Gross Proceeds/RedemptionsGross Proceeds/Redemptions
InterestInterest
OtherOther

XML Schema

<xs:simpleType name="PaymentMethodCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a specific method of payment.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Cash">
<xs:annotation>
<xs:documentation>
Cash
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Check">
<xs:annotation>
<xs:documentation>
Check
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dividends">
<xs:annotation>
<xs:documentation>
Dividends
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gross Proceeds/Redemptions">
<xs:annotation>
<xs:documentation>
Gross Proceeds/Redemptions
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Interest">
<xs:annotation>
<xs:documentation>
Interest
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>