<xs:complexType name="PosCorrectionInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InfoWithCompanyId">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="CorrectionDateTime" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="PosTransactionId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="UserId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CorrectionType" type="tns:CorrectionType" />
<xs:element minOccurs="1" maxOccurs="1" name="OldAmount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="NewAmount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OldPceGrossPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="NewPceGrossPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OldTotalGrossPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="NewTotalGrossPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OldPceNetPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="NewPceNetPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OldTotalNetPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="NewTotalNetPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OldPercentage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="NewPercentage" nillable="true" type="xs:decimal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|