<xs:complexType name="IfcBooleanResult">
<xs:complexContent>
<xs:extension base="ifc:IfcGeometricRepresentationItem">
<xs:sequence>
<xs:element name="FirstOperand">
<xs:complexType>
<xs:group ref="ifc:IfcBooleanOperand"/>
</xs:complexType>
</xs:element>
<xs:element name="SecondOperand">
<xs:complexType>
<xs:group ref="ifc:IfcBooleanOperand"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Operator" type="ifc:IfcBooleanOperator" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |