Payment Log
From DevWiki
Payment Log Intro
Payment Log XSD
<?xml version="1.0" encoding="utf-8"?> <xs:schema id="xmldata" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop"> <xs:element name="xmldata" msdata:IsDataSet="true" msdata:UseCurrentLocale="true"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="Payment_Log"> <xs:complexType> <xs:sequence> <xs:element msprop:TableNameXsd="Payment_Log" name="Pay_ID" msprop:SqlDbType="Int" msprop:IsIdentity="true" minOccurs="0" /> <xs:element name="Deleted" msprop:maxLength="1" msprop:SqlDbType="VarChar" minOccurs="0" /> <xs:element name="Pay_Amount" msprop:SqlDbType="Money" minOccurs="0" /> <xs:element name="Pay_AuthCode" msprop:maxLength="60" msprop:SqlDbType="VarChar" minOccurs="0" /> <xs:element name="Pay_AuthDate" msprop:SqlDbType="SmallDateTime" minOccurs="0" /> <xs:element name="Pay_AVS_Response" msprop:maxLength="25" msprop:SqlDbType="VarChar" minOccurs="0" /> <xs:element name="Pay_CVV2_Response" msprop:maxLength="25" msprop:SqlDbType="VarChar" minOccurs="0" /> <xs:element name="Pay_Details" msprop:maxLength="60" msprop:SqlDbType="VarChar" minOccurs="0" /> <xs:element name="Pay_Exclude_From_Total_Due" msprop:maxLength="1" msprop:SqlDbType="VarChar" minOccurs="0" /> <xs:element name="Pay_OrderID" msprop:SqlDbType="Int" minOccurs="0" /> <xs:element name="Pay_PaymentMethodID" msprop:SqlDbType="Int" minOccurs="0" /> <xs:element name="Pay_Result" msprop:maxLength="10" msprop:SqlDbType="VarChar" minOccurs="0" /> <xs:element name="Pay_TransID" msprop:maxLength="60" msprop:SqlDbType="VarChar" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:schema>