The quantity in which the bag item occurs in its containing bag.
Constraints
There are no specific rules for this element.
Schema declaration
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BXIT_IVL_PQ"> <xs:complexContent> <xs:extensionbase="IVL_PQ"> <xs:attributedefault="1" name="qty" type="int" use="optional"> <xs:annotation> <xs:documentation>
The quantity in which the bag item occurs in its containing bag. </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>