cda datatypes nblock voc common

Element : BXITCD (XML Type: BXIT_CD )


Package : datatypes

XML Type : BXIT_CD


Parent : CD


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_CD">
      
<xs:complexContent>
         
<xs:extension base="CD">
            
<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>