<xsd:simpleType name="PaymentMethodEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Indicates the method of payment (e.g., cash, credit card, etc.).</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Terms">
<xsd:annotation>
<xsd:documentation>Indicates that payment terms are provided.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="COD">
<xsd:annotation>
<xsd:documentation>Cash On Delivery</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Due On Receipt">
<xsd:annotation>
<xsd:documentation>Payment is due upon receipt of invoice.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Credit Card">
<xsd:annotation>
<xsd:documentation>Indicates that a credit card will be used as the method of payment.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Check">
<xsd:annotation>
<xsd:documentation>Indicates that a check will be used as the method of payment.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EFT">
<xsd:annotation>
<xsd:documentation>Electronic funds transfer.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Payroll Deduction">
<xsd:annotation>
<xsd:documentation>Indicates that a payment will be via deduction of an individual's payroll.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cash">
<xsd:annotation>
<xsd:documentation>Indicates that cash will be used as the method of payment.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Finance">
<xsd:annotation>
<xsd:documentation>The payment has been included in the financing of the contract.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other type of payment method.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N/A">
<xsd:annotation>
<xsd:documentation>Payment method not applicable.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Exchange">
<xsd:annotation>
<xsd:documentation>Indicates the dealers intent to return parts in exchange for the monetary value of the order.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|