Definition Type: ComplexType
Name: HTSSummaryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into HTSUnitsQuantityNumeric in schema components_xsd Drilldown into HTSAmount in schema components_xsd Drilldown into HTSSummarySchedule in schema components_xsdXSD Diagram of HTSSummaryType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HTSSummarySchedule star:HTSSummarySchedule 0 (1)
HTSAmount star:HTSAmount 0 (1)
HTSUnitsQuantityNumeric star:HTSUnitsQuantityNumeric 0 (1)
Collapse Derivation Tree:
Collapse References:
star:HTSSummary