<xs:element name="CouponInfo" minOccurs="0" maxOccurs="4">
<xs:annotation>
<xs:documentation>Optional information on coupon numbers being exchanged.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Number" type="Numeric1to4" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The applicable coupon number.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|