xdw v3 oasis

Element : BXITIVLPQ (XML Type: BXIT_IVL_PQ )


Summary

Package : v3

XML Type : BXIT_IVL_PQ


Generalization

Parent : IVLPQ


Attributes
Name Type cardinality Comment
qty
Attribute : qty
java.math.BigInteger 0...1 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:extension base="IVL_PQ">
            
<xs:attribute default="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>