<xs:complexType name="IfcOffsetCurve3D">
<xs:complexContent>
<xs:extension base="ifc:IfcCurve">
<xs:sequence>
<xs:element name="BasisCurve">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCurve" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="Distance" type="ifc:IfcLengthMeasure" />
<xs:element name="SelfIntersect" type="ex:logical" />
<xs:element name="RefDirection">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcDirection" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|