<xs:element name="ChargesRules" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General container for rules specifying amounts for such things as: surcharges, deposits, change penalties, cancellation penalties, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VoluntaryChanges" type="VoluntaryChangesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies a voluntary change charge.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VoluntaryRefunds" type="VoluntaryChangesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies a Voluntary Refund (cancellation) charge.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|