xdw v3 oasis

Element : SXCMPQ (XML Type: SXCM_PQ )


Summary

Package : v3

XML Type : SXCM_PQ


Generalization

Parent : PQ


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

Constraints

There are no specific rules for this element.


Schema declaration
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SXCM_PQ">
      
<xs:complexContent>
         
<xs:extension base="PQ">
            
<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>