<xs:simpleType name="PaymentMethod">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Standard values from ISO 10962:2001?</xs:documentation>
<xs:documentation source="http://www.openapplications.org/oagis">Securities and related financial instruments - Classification of Financial Instruments (CFI code)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Credit Card" />
<xs:enumeration value="Debit Card" />
<xs:enumeration value="Cash" />
<xs:enumeration value="Check" />
<xs:enumeration value="Other" />
</xs:restriction>
</xs:simpleType>
|