<xs:complexType name="PaymentFormPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a form of payment preference.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a form of payment.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="RPH" type="RPH_Type">
<xs:annotation>
<xs:documentation xml:lang="en">The unique reference for a payment form within this message.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|