Definition Type: ComplexType
Name: BillOfLadingSummaryType
Namespace: http://www.api.org/pidXML
Containing Schema: BillOfLadingCreate.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into NetQuantityTotal in schema billofladingcreate_xsd Drilldown into GrossQuantityTotal in schema billofladingcreate_xsd Drilldown into FinishedProductCount in schema billofladingcreate_xsdXSD Diagram of BillOfLadingSummaryType in schema billofladingcreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="BillOfLadingSummaryType">
    <attribute name="FinishedProductCount" type="integer" use="required">
        <annotation>
            <documentation>Specifies the total number of finished products.</documentation>
        </annotation>
    </attribute>
    <attribute name="GrossQuantityTotal" type="decimal" use="required">
        <annotation>
            <documentation>The sum of the GrossQuantity element values directly beneath (one level below) the FinishedProduct elements – regardless of the UOM.  This is used as a checksum for the document.</documentation>
        </annotation>
    </attribute>
    <attribute name="NetQuantityTotal" type="decimal" use="required">
        <annotation>
            <documentation>The sum of the NetQuantity element values directly beneath (one level below) the FinishedProduct elements – regardless of the UOM.  This is used as a checksum for the document.</documentation>
        </annotation>
    </attribute>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
FinishedProductCount pidx:FinishedProductCount Required
GrossQuantityTotal pidx:GrossQuantityTotal Required
NetQuantityTotal pidx:NetQuantityTotal Required
Collapse Derivation Tree:
Collapse References:
pidx:BillOfLadingSummary