<xs:element name="RateComments" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of rate comments.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="RateComment" maxOccurs="15">
<xs:annotation>
<xs:documentation xml:lang="en">This may be used to provide any additional information about rates (e.g., must return by Monday at 8 AM). </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FormattedTextTextType">
<xs:attribute name="Name" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the type of rate comments (e.g., textual rule, marketing information).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|