cda datatypes nblock voc common

Element : SXCMMO (XML Type: SXCM_MO )


Package : datatypes

XML Type : SXCM_MO


Parent : MO


Name Type cardinality Comment
operator
Attribute : operator
SetOperator 0...1 A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SXCM_MO">
      
<xs:complexContent>
         
<xs:extension base="MO">
            
<xs:attribute default="I" name="operator" type="SetOperator" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     A code specifying whether the set component is included
                     (union) or excluded (set-difference) from the set, or
                     other set operations with the current set component and
                     the set as constructed from the representation stream
                     up to the current point.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>