Definition Type: ComplexType
Name: ChargesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ServiceFreightChargeAmount in schema components_xsd Drilldown into RackContainerChargeAmount in schema components_xsd Drilldown into HandlingRestockChargeAmount in schema components_xsd Drilldown into DeliveryChargeAmount in schema components_xsdXSD Diagram of ChargesType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ChargesType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="DeliveryChargeAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Total additional costs for delivery
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="HandlingRestockChargeAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Total invoice additional costs for handling and restocking
                            of returned items
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="RackContainerChargeAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates a charge for a rack or
                        container
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ServiceFreightChargeAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Total service/freight charges for invoice
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeliveryChargeAmount star:DeliveryChargeAmount 0 (1)
HandlingRestockChargeAmount star:HandlingRestockChargeAmount 0 (1)
RackContainerChargeAmount star:RackContainerChargeAmount 0 (1)
ServiceFreightChargeAmount star:ServiceFreightChargeAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:Charges