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