cda datatypes nblock voc common

Element : BXITIVLPQ (XML Type: BXIT_IVL_PQ )


Package : datatypes

XML Type : BXIT_IVL_PQ


Parent : IVLPQ


Name Type cardinality Comment
qty
Attribute : qty
Integer 0...1 The quantity in which the bag item occurs in its containing bag.

There are no specific rules for this element.


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