<xs:complexType name="IfcTrimmedCurve">
<xs:complexContent>
<xs:extension base="ifc:IfcBoundedCurve">
<xs:sequence>
<xs:element name="BasisCurve">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCurve" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="Trim1">
<xs:complexType>
<xs:group ref="ifc:IfcTrimmingSelect" maxOccurs="2" />
<xs:attribute ref="ex:itemType" fixed="ifc:IfcTrimmingSelect" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="Trim2">
<xs:complexType>
<xs:group ref="ifc:IfcTrimmingSelect" maxOccurs="2" />
<xs:attribute ref="ex:itemType" fixed="ifc:IfcTrimmingSelect" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="SenseAgreement" type="xs:boolean" />
<xs:element name="MasterRepresentation" type="ifc:IfcTrimmingPreference" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|