| namespace | http://www.ibillingclient.org/schema/edi | ||||||
| type | restriction of xs:string | ||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="AssetTransactionType"> <xs:annotation> <xs:documentation>Defines possible sources of money for an AssetTransaction.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>Cash: Cash.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="H"> <xs:annotation> <xs:documentation>Check: Check.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="L"> <xs:annotation> <xs:documentation>Allowance: Discount (waiver).</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |