<xs:complexType name="IfcRectangularTrimmedSurface">
<xs:complexContent>
<xs:extension base="ifc:IfcBoundedSurface">
<xs:sequence>
<xs:element name="BasisSurface">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcSurface" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="U1" type="ifc:IfcParameterValue" />
<xs:element name="V1" type="ifc:IfcParameterValue" />
<xs:element name="U2" type="ifc:IfcParameterValue" />
<xs:element name="V2" type="ifc:IfcParameterValue" />
<xs:element name="Usense" type="xs:boolean" />
<xs:element name="Vsense" type="xs:boolean" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|