cda datatypes nblock voc common

Element : IVXBMO (XML Type: IVXB_MO )


Package : datatypes

XML Type : IVXB_MO


Parent : MO


Name Type cardinality Comment
inclusive
Attribute : inclusive
Boolean 0...1 Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IVXB_MO">
      
<xs:complexContent>
         
<xs:extension base="MO">
            
<xs:attribute default="true" name="inclusive" type="bl" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     Specifies whether the limit is included in the
                     interval (interval is closed) or excluded from the
                     interval (interval is open).
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>