<xs:element name="Total" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The total of the base fee and taxes. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Amount" type="Money" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The total of the base fee and taxes.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|