<xs:complexType name="IfcSweptDiskSolid">
<xs:complexContent>
<xs:extension base="ifc:IfcSolidModel">
<xs:sequence>
<xs:element name="Directrix">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCurve" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="Radius" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="InnerRadius" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="StartParam" type="ifc:IfcParameterValue" />
<xs:element name="EndParam" type="ifc:IfcParameterValue" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|