Definition Type: ComplexType
Name: FreightBillTotalsType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxOrDutyTotals in schema cidx_5_0_xsd Drilldown into FreightBillTotal in schema cidx_5_0_xsd Drilldown into LineItemTotalAmount in schema cidx_5_0_xsd Drilldown into TotalLineItems in schema cidx_5_0_xsdXSD Diagram of FreightBillTotalsType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="FreightBillTotalsType">
    <xsd:sequence>
        <xsd:element ref="TotalLineItems" minOccurs="0" />
        <xsd:element ref="LineItemTotalAmount" minOccurs="0" />
        <xsd:element ref="FreightBillTotal" />
        <xsd:element ref="TaxOrDutyTotals" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TotalLineItems nsA:TotalLineItems 0 (1)
LineItemTotalAmount nsA:LineItemTotalAmount 0 (1)
FreightBillTotal nsA:FreightBillTotal (1) (1)
TaxOrDutyTotals nsA:TaxOrDutyTotals 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:FreightBillTotals