ifc:IfcBooleanResult

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Operator ifc:IfcBooleanOperator optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

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