<xsd:complexType name="PaymentMeansType">
<xsd:sequence>
<xsd:element name="PaymentChannelCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Account" type="ram:AccountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Payment" type="ram:PaymentType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Card" type="ram:CardType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|