<xs:element name="PaymentText" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide textual information concerning fulfillment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FormattedTextTextType">
<xs:attribute name="Name" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the type of information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|