<xs:element name="PaymentTotal" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The total amount paid for this ticket (including all forms of payment).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="FormOfPayment" type="PaymentDetailType" minOccurs="0" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">The form of payment used to purchase the ticket. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The total amount paid for this ticket (including all forms of payment).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|