<xsd:complexType name="HTSSummaryType">
<xsd:sequence>
<xsd:element minOccurs="0" name="HTSSummarySchedule" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Harmonized Tariff Schedule (HTS) used in
Invoice/Shipment
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="HTSAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Total dollar value per harmonized tariff
schedule
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="HTSUnitsQuantityNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Total pieces per harmonized tariff
schedule
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|