xdw v3 oasis

Element : IVXBMO (XML Type: IVXB_MO )


Summary

Package : v3

XML Type : IVXB_MO


Generalization

Parent : MO


Attributes
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).

Constraints

There are no specific rules for this element.


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