<xs:element name="CancelRules" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of cancellation rules.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CancelRule" type="CancelRuleType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Details of a cancellation rule.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|