<xs:complexType name="OtherPayments" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>Other payments, payment code and payment value.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="PaymentCode" type="pp:paymentCode"> <xs:annotation> <xs:documentation>Data Item Ref: 57. Description of other payment. Options allowed are COVID19, EWSS, EWSS_PHR, CODE_1, CODE_2, CODE_3, CODE_4 and CODE_5</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentValue" type="pc:defaultDecimal"> <xs:annotation> <xs:documentation>paymentValue: Data Item Ref: 58. Payment amount.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType>