xdw v3 oasis

Element : IVLTS (XML Type: IVL_TS )


Summary

Package : v3

XML Type : IVL_TS


Generalization

Parent : SXCMTS


Attributes
Name Type cardinality Comment
low
Element : low
IVXBTS 0...1 The low limit of the interval.
width
Element : width
PQ 0...1 The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
high
Element : high
IVXBTS 0...1 The high limit of the interval.
high1
Element : high
IVXBTS 0...1
width1
Element : width
PQ 0...1 The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
high2
Element : high
IVXBTS 0...1 The high limit of the interval.
center
Element : center
TS1 0...1 The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
width2
Element : width
PQ 0...1 The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.

Constraints

There are no specific rules for this element.


Schema declaration
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IVL_TS">
      
<xs:complexContent>
         
<xs:extension base="SXCM_TS">
            
<xs:choice minOccurs="0">
               
<xs:sequence>
                  
<xs:element maxOccurs="1" minOccurs="1" name="low" type="IVXB_TS">
                     
<xs:annotation>
                        
<xs:documentation>
                           The low limit of the interval.
                        
</xs:documentation>
                     
</xs:annotation>
                  
</xs:element>
                  
<xs:choice minOccurs="0">
                     
<xs:element maxOccurs="1" minOccurs="0" name="width" type="PQ">
                        
<xs:annotation>
                           
<xs:documentation>
                           The difference between high and low boundary. The
                           purpose of distinguishing a width property is to
                           handle all cases of incomplete information
                           symmetrically. In any interval representation only
                           two of the three properties high, low, and width need
                           to be stated and the third can be derived.
                        
</xs:documentation>
                        
</xs:annotation>
                     
</xs:element>
                     
<xs:element maxOccurs="1" minOccurs="0" name="high" type="IVXB_TS">
                        
<xs:annotation>
                           
<xs:documentation>
                           The high limit of the interval.
                        
</xs:documentation>
                        
</xs:annotation>
                     
</xs:element>
                  
</xs:choice>
               
</xs:sequence>
               
<xs:element maxOccurs="1" minOccurs="1" name="high" type="IVXB_TS">
                  
<xs:annotation>
                     
<xs:documentation />
                  
</xs:annotation>
               
</xs:element>
               
<xs:sequence>
                  
<xs:element maxOccurs="1" minOccurs="1" name="width" type="PQ">
                     
<xs:annotation>
                        
<xs:documentation>
                           The difference between high and low boundary. The
                           purpose of distinguishing a width property is to
                           handle all cases of incomplete information
                           symmetrically. In any interval representation only
                           two of the three properties high, low, and width need
                           to be stated and the third can be derived.
                        
</xs:documentation>
                     
</xs:annotation>
                  
</xs:element>
                  
<xs:element maxOccurs="1" minOccurs="0" name="high" type="IVXB_TS">
                     
<xs:annotation>
                        
<xs:documentation>
                           The high limit of the interval.
                        
</xs:documentation>
                     
</xs:annotation>
                  
</xs:element>
               
</xs:sequence>
               
<xs:sequence>
                  
<xs:element maxOccurs="1" minOccurs="1" name="center" type="TS">
                     
<xs:annotation>
                        
<xs:documentation>
                           The arithmetic mean of the interval (low plus high
                           divided by 2). The purpose of distinguishing the center
                           as a semantic property is for conversions of intervals
                           from and to point values.
                        
</xs:documentation>
                     
</xs:annotation>
                  
</xs:element>
                  
<xs:element maxOccurs="1" minOccurs="0" name="width" type="PQ">
                     
<xs:annotation>
                        
<xs:documentation>
                           The difference between high and low boundary. The
                           purpose of distinguishing a width property is to
                           handle all cases of incomplete information
                           symmetrically. In any interval representation only
                           two of the three properties high, low, and width need
                           to be stated and the third can be derived.
                        
</xs:documentation>
                     
</xs:annotation>
                  
</xs:element>
               
</xs:sequence>
            
</xs:choice>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>