<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>
|