<xs:element name="Action" type="LogicalOperationEnumType"><xs:annotation><xs:documentation>The Action element specifies the logical operation type: LOGICAL_AND or LOGICAL_OR.</xs:documentation></xs:annotation></xs:element>
The SectionPlane element is the section plane index.
Diagram
Type
xs:unsignedInt
Properties
content
simple
Source
<xs:element name="SectionPlane" type="xs:unsignedInt"><xs:annotation><xs:documentation>The SectionPlane element is the section plane index.</xs:documentation></xs:annotation></xs:element>
The LogicalOperationResult element is the logical operation index.
Diagram
Type
xs:unsignedInt
Properties
content
simple
Source
<xs:element name="LogicalOperationResult" type="xs:unsignedInt"><xs:annotation><xs:documentation>The LogicalOperationResult element is the logical operation index.</xs:documentation></xs:annotation></xs:element>
The required index attribute is an index identifying a logical operation within the LogicalOperations set.
Source
<xs:complexType name="LogicalOperationType"><xs:annotation><xs:documentation>The LogicalOperationType defines a logical operation.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Action" type="LogicalOperationEnumType"><xs:annotation><xs:documentation>The Action element specifies the logical operation type: LOGICAL_AND or LOGICAL_OR.</xs:documentation></xs:annotation></xs:element><xs:choice minOccurs="2" maxOccurs="2"><xs:annotation><xs:documentation>This compositor provides a choice of two arguments of the logical operation. Each argument can be defined as a section plane or a result of other logical operation.</xs:documentation></xs:annotation><xs:element name="SectionPlane" type="xs:unsignedInt"><xs:annotation><xs:documentation>The SectionPlane element is the section plane index.</xs:documentation></xs:annotation></xs:element><xs:element name="LogicalOperationResult" type="xs:unsignedInt"><xs:annotation><xs:documentation>The LogicalOperationResult element is the logical operation index.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence><xs:attribute name="index" type="xs:unsignedInt" use="required"><xs:annotation><xs:documentation>The required index attribute is an index identifying a logical operation within the LogicalOperations set.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="index" type="xs:unsignedInt" use="required"><xs:annotation><xs:documentation>The required index attribute is an index identifying a logical operation within the LogicalOperations set.</xs:documentation></xs:annotation></xs:attribute>